Changeset 4370
- Timestamp:
- 05/17/08 02:17:12 (8 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
r4369 r4370 195 195 196 196 $preparedData[$className][$recordKey][$relationAlias] = $relationValue; 197 } else {197 } else if ($record->getTable()->hasColumn($key)) { 198 198 $preparedData[$className][$recordKey][$key] = $value; 199 199 }