Author: david
Date: Tue Jan 10 14:47:15 2012
New Revision: 10631

Log:
Drop unused $importColumns variable

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

Modified: trunk/lib/task/csvIsaarImportTask.class.php
==============================================================================
--- trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 14:44:14 2012        
(r10630)
+++ trunk/lib/task/csvIsaarImportTask.class.php Tue Jan 10 14:47:15 2012        
(r10631)
@@ -80,8 +80,6 @@
     // camelCase header values
     $header = array_map(array('QubitFlatFileImport', 'camelize'), $header);
 
-    $importColumns = array_intersect($header, qtIsaarCsv::$NAMES);
-
     // Set source file
     qtIsaarCsv::$keymapSource = basename($arguments['filename']);
 

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