Author: mcantelon
Date: Tue Jan 31 15:06:55 2012
New Revision: 10785

Log:
Fixed issue with import of physicalStorageLocation column.

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

Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php       Tue Jan 31 00:02:58 
2012        (r10784)
+++ trunk/lib/task/import/csvImportTask.class.php       Tue Jan 31 15:06:55 
2012        (r10785)
@@ -145,7 +145,7 @@
          ),
       */
       'columnMap' => array(
-        'physicalStorageLocation' => ' locationOfOriginals'
+        'physicalStorageLocation' => 'locationOfOriginals'
       ),
 
       /* import columns that can be added using the

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