Author: mcantelon
Date: Thu Jan 19 17:16:01 2012
New Revision: 10725

Log:
Added accessions import support for scope and content column.

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

Modified: trunk/lib/task/import/csvAccessionImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvAccessionImportTask.class.php      Thu Jan 19 
17:13:03 2012        (r10724)
+++ trunk/lib/task/import/csvAccessionImportTask.class.php      Thu Jan 19 
17:16:01 2012        (r10725)
@@ -105,8 +105,9 @@
          ),
       */
       'columnMap' => array(
-        'TITLE'          => 'title',
-        'LOCATION'       => 'locationInformation',
+        'TITLE'             => 'title',
+        'LOCATION'          => 'locationInformation',
+        'SCOPE AND CONTENT' => 'scopeAndContent'
       ),
 
       /* these values get stored to the rowStatusVars 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