Development

Changeset 13652

You must first sign up to be able to contribute.

Changeset 13652

Show
Ignore:
Timestamp:
12/03/08 08:42:55 (1 year ago)
Author:
fabien
Message:

[1.2] fixed fields in admin generator cannot be real (closes #5123)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2/lib/generator/sfModelGeneratorConfiguration.class.php

    r13494 r13652  
    7575        isset($config['default'][$field]) ? $config['default'][$field] : array(), 
    7676        isset($config['list'][$field]) ? $config['list'][$field] : array(), 
    77         array('is_real' => false, 'flag' => $flag) 
     77        array('flag' => $flag) 
    7878      )); 
    7979    } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.