Changeset 5130
- Timestamp:
- 10/22/08 00:05:56 (9 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/lib/Doctrine/Import/Schema.php (modified) (1 diff)
-
1.1/lib/Doctrine/Import/Schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Import/Schema.php
r5123 r5130 331 331 332 332 foreach ($array as $className => $table) { 333 $table = (array) $table; 333 334 $this->_validateSchemaElement('root', array_keys($table), $className); 334 335 -
branches/1.1/lib/Doctrine/Import/Schema.php
r5123 r5130 331 331 332 332 foreach ($array as $className => $table) { 333 $table = (array) $table; 333 334 $this->_validateSchemaElement('root', array_keys($table), $className); 334 335