Author: mcantelon
Date: Mon Jan 2 14:04:00 2012
New Revision: 10517
Log:
Added support for radTitleVariationsInTitle column.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Mon Jan 2 13:57:43 2012
(r10516)
+++ trunk/lib/task/csvImportTask.class.php Mon Jan 2 14:04:00 2012
(r10517)
@@ -147,6 +147,9 @@
'radNoteSourceOfTitleProper' => array(
'typeId' => array_search('Source of title proper', $titleNodeTypes)
),
+ 'radTitleVariationsInTitle' => array(
+ 'typeId' => array_search('Variations in title', $titleNodeTypes)
+ ),
'radTitleNoteContinuationOfTitle' => array(
'typeId' => array_search('Continuation of title', $titleNodeTypes)
),
--
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.