Author: mcantelon
Date: Thu Dec 29 15:51:13 2011
New Revision: 10478

Log:
Added ARCHIVIST column to column map.

Modified:
   trunk/lib/task/csvImportTask.class.php

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Thu Dec 29 15:47:52 2011        
(r10477)
+++ trunk/lib/task/csvImportTask.class.php      Thu Dec 29 15:51:13 2011        
(r10478)
@@ -96,6 +96,16 @@
             );
           }
         ),
+        'ARCHIVIST' => array(
+          'column' => 'revision',
+          'transformationLogic' => function(&$self, $text)
+          {
+            return $self->appendWithLineBreakIfNeeded(
+              $self->informationObject->revision,
+              'Created by'. $text
+            );
+          }
+        ),
         '???' => 'physicalCharacteristics'
       ),
       'propertyMap' => array(

-- 
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.

Reply via email to