Changeset 4808

Show
Ignore:
Timestamp:
08/25/08 23:13:28 (10 months ago)
Author:
jwage
Message:

fixes #1369

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Data/Export.php

    r4370 r4808  
    160160 
    161161                foreach ($recordData as $key => $value) { 
    162                     if ( ! $value) { 
    163                         continue; 
    164                     } 
    165  
    166162                    // skip single primary keys, we need to maintain composite primary keys 
    167163                    $keys = $record->getTable()->getIdentifier();