Author: mcantelon
Date: Tue Sep 4 17:48:20 2012
New Revision: 12265
Log:
Got rid of false positives in duplicate check for import rows without legacy
IDs.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Sep 4 15:58:39 2012
(r12264)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Sep 4 17:48:20 2012
(r12265)
@@ -531,6 +531,7 @@
if (
$this->columnExists('legacyId')
+ && trim($this->columnValue('legacyId'))
&& $mapEntry = $this->fetchKeymapEntryBySourceAndTargetName(
$this->columnValue('legacyId'),
$this->status['sourceName'],
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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.com/group/qubit-commits?hl=en.