Author: mcantelon
Date: Tue Jan 3 12:50:58 2012
New Revision: 10539
Log:
Updated column name.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Tue Jan 3 12:03:50 2012
(r10538)
+++ trunk/lib/task/csvImportTask.class.php Tue Jan 3 12:50:58 2012
(r10539)
@@ -305,7 +305,7 @@
}
});
- $import->addColumnHandler('creationDatesStart', function(&$self, $data)
+ $import->addColumnHandler('datesOfCreationStart', function(&$self, $data)
{
$self->rowStatusVars['startYear'] = $data;
});
--
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.