Author: mcantelon
Date: Thu Feb 23 14:48:34 2012
New Revision: 10962
Log:
Tweaked so object properties don't get set to blank values.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Thu Feb 23 14:39:06 2012
(r10961)
+++ trunk/lib/QubitFlatfileImport.class.php Thu Feb 23 14:48:34 2012
(r10962)
@@ -611,6 +611,7 @@
else if (
isset($self->columnNames[$index])
&& in_array($self->columnNames[$index], $self->standardColumns)
+ && trim($value)
)
{
// otherwise, if column is data and it's a standard column, use it
--
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.