Author: mcantelon
Date: Tue Feb 14 17:14:24 2012
New Revision: 10893
Log:
Added support for Continuation of title RAD title note type.
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:36:23
2012 (r10892)
+++ trunk/lib/task/import/csvImportTask.class.php Tue Feb 14 17:14:24
2012 (r10893)
@@ -178,6 +178,9 @@
'radTitleVariationsInTitle' => array(
'typeId' => array_search('Variations in title',
$termData['titleNoteTypes'])
),
+ 'radTitleContinues' => array(
+ 'typeId' => array_search('Continuation of title',
$termData['titleNoteTypes'])
+ ),
'radTitleNoteContinuationOfTitle' => array(
'typeId' => array_search('Continuation of title',
$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.