Author: david
Date: Mon Jul 30 16:19:29 2012
New Revision: 12008
Log:
Remove trailing whitespace
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Mon Jul 30 16:18:35 2012
(r12007)
+++ trunk/lib/QubitFlatfileImport.class.php Mon Jul 30 16:19:29 2012
(r12008)
@@ -621,7 +621,7 @@
// if column maps to an attribute, set the attribute
if (isset($self->columnMap) && isset($self->columnMap[$columnName]))
{
- $self->mappedColumnHandler($self->columnMap[$columnName], $value);
+ $self->mappedColumnHandler($self->columnMap[$columnName], $value);
}
// if column maps to a property, set the property
else if (
@@ -631,7 +631,7 @@
)
{
$self->object->addProperty(
- $self->propertyMap[$columnName],
+ $self->propertyMap[$columnName],
$self->content($value)
);
}
--
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.