Author: mcantelon
Date: Wed Jan  4 15:16:12 2012
New Revision: 10558

Log:
Added mapping to import tool for audio materials.

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

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Wed Jan  4 15:10:10 2012        
(r10557)
+++ trunk/lib/task/csvImportTask.class.php      Wed Jan  4 15:16:12 2012        
(r10558)
@@ -440,7 +440,8 @@
         $cvaToQubit = array(
           'Text'              => 'Textual record',
           'Photograph'        => 'Graphic material',
-          'ArchitecturalPlan' => 'Architectural drawing'
+          'ArchitecturalPlan' => 'Architectural drawing',
+          'Audio'             => 'Sound recording'
         );
 
         if (isset($cvaToQubit[$data]))

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