Changeset 4808
- Timestamp:
- 08/25/08 23:13:28 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Data/Export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Data/Export.php
r4370 r4808 160 160 161 161 foreach ($recordData as $key => $value) { 162 if ( ! $value) {163 continue;164 }165 166 162 // skip single primary keys, we need to maintain composite primary keys 167 163 $keys = $record->getTable()->getIdentifier();