Changeset 4369
- Timestamp:
- 05/17/08 01:16:09 (14 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Data/Export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Data/Export.php
r4356 r4369 65 65 $data = array(); 66 66 67 // for situation when the $models array is empty, but the $specifiedModels array isn't67 // for situation when the $models array is empty, but the $specifiedModels array isn't 68 68 if (empty($models)) { 69 69 $models = $specifiedModels;