Author: mcantelon
Date: Tue Jan 3 12:03:50 2012
New Revision: 10538
Log:
Added support for datesOfCreation.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Tue Jan 3 11:55:18 2012
(r10537)
+++ trunk/lib/task/csvImportTask.class.php Tue Jan 3 12:03:50 2012
(r10538)
@@ -315,6 +315,11 @@
$self->rowStatusVars['endYear'] = $data;
});
+ $import->addColumnHandler('datesOfCreation', function(&$self, $data)
+ {
+ $self->rowStatusVars['datesOfCreation'] = $data;
+ });
+
$import->addColumnHandler('subjectAccessPoints', function(&$self, $data)
{
if ($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.