Author: mcantelon
Date: Tue Feb 14 16:36:23 2012
New Revision: 10892

Log:
Fixed radNoteStatementOfResponsibility import.

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

Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php       Tue Feb 14 16:28:55 
2012        (r10891)
+++ trunk/lib/task/import/csvImportTask.class.php       Tue Feb 14 16:36:23 
2012        (r10892)
@@ -169,9 +169,9 @@
         'radNoteGeneral' => array(
           'typeId' => array_search('General note', $termData['radNoteTypes'])
         ),
-//        'radNoteStatementOfResponsibility' => array(
-//          'typeId' => array_search('', $termData['titleNoteTypes'])
-//        ),
+        'radNoteStatementOfResponsibility' => array(
+          'typeId' => array_search('Statements of responsibility', 
$termData['titleNoteTypes'])
+        ),
         'radNoteSourceOfTitleProper' => array(
           'typeId' => array_search('Source of title proper', 
$termData['titleNoteTypes'])
         ),

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