Author: david
Date: Mon Nov 21 09:22:20 2011
New Revision: 10341
Log:
Rollback revision 10340
Modified:
trunk/lib/QubitCsvImport.class.php
Modified: trunk/lib/QubitCsvImport.class.php
==============================================================================
--- trunk/lib/QubitCsvImport.class.php Fri Nov 18 17:11:47 2011 (r10340)
+++ trunk/lib/QubitCsvImport.class.php Mon Nov 21 09:22:20 2011 (r10341)
@@ -485,9 +485,9 @@
$n = 0;
$new_creators = $this->names = array();
- if (0 < strlen($parameters['nameOfCreators']))
+ if (0 < strlen($parameters['creators']))
{
- foreach (explode('|', $parameters['nameOfCreators']) as $new_creator)
+ foreach (explode('|', $parameters['creators']) as $new_creator)
{
// if the name does not exist, create it
if (!in_array($new_creator, $this->names) && !empty($new_creator))
@@ -504,7 +504,6 @@
}
}
$parameters['creators'] = $new_creators;
- unset($parameters['nameOfCreators']);
// convert pipe-delimited values into multi-value
$n = 0;
--
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.