Author: mcantelon
Date: Thu Jan 12 16:19:53 2012
New Revision: 10663

Log:
Giving import a fixed source name to get around issue with trying to import 
separate files.

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

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Thu Jan 12 16:14:27 2012        
(r10662)
+++ trunk/lib/task/csvImportTask.class.php      Thu Jan 12 16:19:53 2012        
(r10663)
@@ -125,7 +125,7 @@
          from closure logic using the getStatus method */
       'status' => array(
         'options'              => $options,
-        'sourceName'           => basename($arguments['filename']),
+        'sourceName'           => 'cva_import', 
//basename($arguments['filename']),
         'materialTypes'        => $termData['materialTypes'],
         'copyrightStatusTypes' => $termData['copyrightStatusTypes']
       ),

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