Changeset 5290
- Timestamp:
- 12/12/08 14:26:00 (7 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/lib/Doctrine/Export/Oracle.php (modified) (2 diffs)
-
1.1/lib/Doctrine/Export/Oracle.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Export/Oracle.php
r5102 r5290 538 538 } else { 539 539 throw new Doctrine_Export_Exception( 540 'Unknow type '.$definition['type'] .' for index '.$name540 'Unknown type '.$definition['type'] .' for index '.$name 541 541 ); 542 542 } … … 547 547 548 548 if (!isset($definition['fields']) || !is_array($definition['fields'])) { 549 throw new Do ictrine_Export_Exception('No columns given for index '.$name);549 throw new Doctrine_Export_Exception('No columns given for index '.$name); 550 550 } 551 551 -
branches/1.1/lib/Doctrine/Export/Oracle.php
r5103 r5290 538 538 } else { 539 539 throw new Doctrine_Export_Exception( 540 'Unknow type '.$definition['type'] .' for index '.$name540 'Unknown type '.$definition['type'] .' for index '.$name 541 541 ); 542 542 } … … 547 547 548 548 if (!isset($definition['fields']) || !is_array($definition['fields'])) { 549 throw new Do ictrine_Export_Exception('No columns given for index '.$name);549 throw new Doctrine_Export_Exception('No columns given for index '.$name); 550 550 } 551 551