Changeset 4450 for branches/0.11/lib
- Timestamp:
- 05/26/08 22:07:39 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Template/SoftDelete.php
r4439 r4450 42 42 'type' => 'boolean', 43 43 'length' => 1, 44 'options' => array('default' => false), 44 'options' => array('default' => false, 45 'notnull' => true, 46 ), 45 47 ); 46 48 … … 48 50 * __construct 49 51 * 50 * @param string $array 52 * @param string $array 51 53 * @return void 52 54 */