Author: mcantelon
Date: Wed Feb  1 20:03:49 2012
New Revision: 10790

Log:
Re-enabled column ignoring functionality.

Modified:
   trunk/lib/QubitFlatfileImport.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Wed Feb  1 16:47:17 2012        
(r10789)
+++ trunk/lib/QubitFlatfileImport.class.php     Wed Feb  1 20:03:49 2012        
(r10790)
@@ -670,6 +670,7 @@
     return $this->combineArraysWithoutDuplicates(
       $this->standardColumns,
       $this->variableColumns,
+      $this->ignoreColumns,
       array_keys($this->columnMap),
       array_keys($this->handlers),
       array_keys($this->propertyMap),
@@ -769,7 +770,7 @@
   {
     return $this->renderProblemColumns(
       $this->determineUnmatchedHandledColumns(),
-      'are being handled but do not have an import column to work with'
+      'are being handled or ignored but do not have an import column to work 
with'
     );
     return $output;
   }

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