Author: mcantelon
Date: Sun Feb 19 23:07:31 2012
New Revision: 10939
Log:
Corrected import column name.
Modified:
trunk/lib/task/import/csvImportTask.class.php
Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php Sun Feb 19 00:02:55
2012 (r10938)
+++ trunk/lib/task/import/csvImportTask.class.php Sun Feb 19 23:07:31
2012 (r10939)
@@ -151,7 +151,7 @@
/* import columns that can be added using the
QubitInformationObject::addProperty method */
'propertyMap' => array(
- 'titleStatementOfResponsibility' => 'titleStatementOfResponsibility',
+ 'radStatementOfResponsibility' => 'titleStatementOfResponsibility',
'statementOfScaleArchitectural' => 'statementOfScaleArchitectural',
'statementOfScaleCartographic' => 'statementOfScaleCartographic',
'radTitleProperOfPublishersSeries' => 'titleProperOfPublishersSeries'
--
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.