Author: mcantelon
Date: Thu Mar 29 16:24:26 2012
New Revision: 11313

Log:
Added a couple of TODO notes.

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

Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php       Thu Mar 29 15:40:43 
2012        (r11312)
+++ trunk/lib/task/import/csvImportTask.class.php       Thu Mar 29 16:24:26 
2012        (r11313)
@@ -215,6 +215,8 @@
         'accessionNumber'      => '|',
         'creators'             => '|',
         'creatorHistory'       => '|',
+        // TODO: the datesOfCreation* columns should be depricated in favor of
+        // a separate event import
         'datesOfCreation'      => '|',
         'datesOfCreationNote'  => '|',
         'datesOfCreationStart' => '|',
@@ -415,6 +417,7 @@
           }
 
           // add copyright info
+          // TODO: handle this via a separate import
           if (isset($self->rowStatusVars['copyrightStatus']) && 
$self->rowStatusVars['copyrightStatus'])
           {
             switch (strtolower($self->rowStatusVars['copyrightStatus']))

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