Author: mcantelon
Date: Mon Jan 2 13:55:26 2012
New Revision: 10515
Log:
Added support for radTitleNoteContinuationOfTitle 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:51:27 2012
(r10514)
+++ trunk/lib/task/csvImportTask.class.php Mon Jan 2 13:55:26 2012
(r10515)
@@ -138,9 +138,18 @@
'titleProperOfPublishersSeries' => 'titleProperOfPublishersSeries'
),
'noteMap' => array(
- 'radNoteConservation' => array('typeId' => array_search('Conservation
note', $noteTypes)),
- 'radNoteGeneral' => array('typeId' => array_search('General note',
$noteTypes)),
- 'radNoteSourceOfTitleProper' => array('typeId' => array_search('Source
of title proper', $titleNodeTypes)),
+ 'radNoteConservation' => array(
+ 'typeId' => array_search('Conservation note', $noteTypes)
+ ),
+ 'radNoteGeneral' => array(
+ 'typeId' => array_search('General note', $noteTypes)
+ ),
+ 'radNoteSourceOfTitleProper' => array(
+ 'typeId' => array_search('Source of title proper', $titleNodeTypes)
+ ),
+ 'radTitleNoteContinuationOfTitle' => array(
+ 'typeId' => array_search('Continuation of title', $titleNodeTypes)
+ ),
'radNoteAlphaNumericDesignation' => array(
'typeId' => 247,
'transformationLogic' => function(&$self, $text)
--
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.