Author: mcantelon
Date: Wed Apr 4 17:54:25 2012
New Revision: 11384
Log:
Added support for RAD publisher series note.
Modified:
trunk/lib/task/import/csvImportTask.class.php
Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php Wed Apr 4 17:11:20
2012 (r11383)
+++ trunk/lib/task/import/csvImportTask.class.php Wed Apr 4 17:54:25
2012 (r11384)
@@ -204,9 +204,9 @@
'radNotePhysicalDescription' => array(
'typeId' => array_search('Physical description',
$termData['radNoteTypes'])
),
-// 'radNotePublishersSeries' => array(
-// 'typeId' => array_search("Publisher's Series",
$termData['radNoteTypes'])
-// ),
+ 'radNotePublishersSeries' => array(
+ 'typeId' => array_search("Publisher's series",
$termData['radNoteTypes'])
+ ),
'radNoteRights' => array(
'typeId' => array_search('Rights', $termData['radNoteTypes'])
),
--
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.