Author: jwage
Date: 2008-08-26 00:13:28 +0100 (Tue, 26 Aug 2008)
New Revision: 4808
Modified:
branches/1.0/lib/Doctrine/Data/Export.php
Log:
fixes #1369
Modified: branches/1.0/lib/Doctrine/Data/Export.php
===================================================================
--- branches/1.0/lib/Doctrine/Data/Export.php 2008-08-25 21:10:38 UTC (rev
4807)
+++ branches/1.0/lib/Doctrine/Data/Export.php 2008-08-25 23:13:28 UTC (rev
4808)
@@ -159,10 +159,6 @@
$recordData = $record->toArray(false);
foreach ($recordData as $key => $value) {
- if ( ! $value) {
- continue;
- }
-
// skip single primary keys, we need to maintain composite
primary keys
$keys = $record->getTable()->getIdentifier();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---