Author: mcantelon
Date: Thu Jan 12 10:33:29 2012
New Revision: 10654
Log:
Added stump to deal with new copyright type.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Thu Jan 12 00:03:42 2012
(r10653)
+++ trunk/lib/task/csvImportTask.class.php Thu Jan 12 10:33:29 2012
(r10654)
@@ -386,6 +386,10 @@
}
break;
+ case 'unknown':
+ print "\ERROR: UNKNOWN COPYRIGHT HOLDER\n";
+ break;
+
case 'public domain':
$self->createRightAndRelation(array(
'restriction' => 1,
--
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.