Author: mcantelon
Date: Mon Jan 2 17:08:59 2012
New Revision: 10524
Log:
Fixed typos.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Mon Jan 2 16:49:41 2012
(r10523)
+++ trunk/lib/task/csvImportTask.class.php Mon Jan 2 17:08:59 2012
(r10524)
@@ -147,13 +147,13 @@
'typeId' => array_search('General note', $noteTypes)
),
'radNoteSourceOfTitleProper' => array(
- 'typeId' => array_search('Source of title proper', $titleNodeTypes)
+ 'typeId' => array_search('Source of title proper', $titleNoteTypes)
),
'radTitleVariationsInTitle' => array(
- 'typeId' => array_search('Variations in title', $titleNodeTypes)
+ 'typeId' => array_search('Variations in title', $titleNoteTypes)
),
'radTitleNoteContinuationOfTitle' => array(
- 'typeId' => array_search('Continuation of title', $titleNodeTypes)
+ 'typeId' => array_search('Continuation of title', $titleNoteTypes)
),
'radNoteAlphaNumericDesignation' => array(
'typeId' => 247,
--
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.