Author: mcantelon
Date: Tue Jan 10 10:58:18 2012
New Revision: 10610

Log:
Disabled accession creation as I think accessions might be created in a 
separate import.

Modified:
   trunk/lib/task/csvImportTask.class.php

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Tue Jan 10 09:44:31 2012        
(r10609)
+++ trunk/lib/task/csvImportTask.class.php      Tue Jan 10 10:58:18 2012        
(r10610)
@@ -309,12 +309,14 @@
           {
             foreach($self->rowStatusVars['accessionNumber'] as 
$accessionNumber)
             {
+              /*
               $accession = new QubitAccession;
               $accession->save();
 
               // workaround to problem setting identifier
               $query = "UPDATE accession SET identifier=? WHERE id=?";
               $self->sqlQuery($query, $params = array($accessionNumber, 
$accession->id));
+              */
             }
           }
 

-- 
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.

Reply via email to