Changeset 6842
- Timestamp:
- 12/02/09 12:08:00 (8 months ago)
- Files:
-
- 1 modified
-
branches/1.2/lib/Doctrine/Migration/Base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/lib/Doctrine/Migration/Base.php
r6711 r6842 378 378 { 379 379 $options = get_defined_vars(); 380 $options['options']['length'] = $length; 380 if ( ! isset($options['options']['length'])) { 381 $options['options']['length'] = $length; 382 } 381 383 $options = array_merge($options, $options['options']); 382 384 unset($options['options']);