Author: mcantelon
Date: Mon Feb 20 17:51:23 2012
New Revision: 10949
Log:
Added radNumberingWithinPublishersSeries column support.
Modified:
trunk/lib/task/import/csvImportTask.class.php
Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php Mon Feb 20 16:38:24
2012 (r10948)
+++ trunk/lib/task/import/csvImportTask.class.php Mon Feb 20 17:51:23
2012 (r10949)
@@ -151,10 +151,11 @@
/* import columns that can be added using the
QubitInformationObject::addProperty method */
'propertyMap' => array(
- 'radStatementOfResponsibility' => 'titleStatementOfResponsibility',
- 'statementOfScaleArchitectural' => 'statementOfScaleArchitectural',
- 'statementOfScaleCartographic' => 'statementOfScaleCartographic',
- 'radTitleProperOfPublishersSeries' => 'titleProperOfPublishersSeries'
+ 'radStatementOfResponsibility' =>
'titleStatementOfResponsibility',
+ 'statementOfScaleArchitectural' =>
'statementOfScaleArchitectural',
+ 'statementOfScaleCartographic' => 'statementOfScaleCartographic',
+ 'radTitleProperOfPublishersSeries' =>
'titleProperOfPublishersSeries',
+ 'radNumberingWithinPublishersSeries' =>
'numberingWithinPublishersSeries'
),
/* import columns that can be added as QubitNote objects */
--
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.