Author: mcantelon
Date: Thu Dec 29 15:04:16 2011
New Revision: 10475
Log:
Got rid of some now unneeded logic.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Thu Dec 29 15:02:07 2011
(r10474)
+++ trunk/lib/task/csvImportTask.class.php Thu Dec 29 15:04:16 2011
(r10475)
@@ -123,14 +123,6 @@
$self->informationObject->save();
}
- // add alpha-numeric designation if specified
- if (isset($self->rowStatusVars['alphanumericDesignation']))
- {
- # NOTE: This creates the note in the DB, but it doesn't show up
- # on the user side yet
- $self->createNote(247,
$self->rowStatusVars['alphanumericDesignation']);
- }
-
// add create event if specified
if (
isset($self->rowStatusVars['startYear'])
--
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.