Author: mcantelon
Date: Tue Apr 3 12:02:59 2012
New Revision: 11354
Log:
Got rid of another bit of unused code relating to column auditing.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Apr 3 11:57:03 2012
(r11353)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Apr 3 12:02:59 2012
(r11354)
@@ -29,7 +29,6 @@
{
public $className; // optional class name of object to
create/save
public $errorLog; // optional location of error log file
- public $showColumnUsage = FALSE; // optional display of column usage
public $rowsUntilProgressDisplay; // optional display progress every n rows
public $status = array(); // place to store data related to overall
import
@@ -435,16 +434,6 @@
$this->columnNames[] = $column;
}
- if ($this->showColumnUsage)
- {
- // inform user of any columns not included in import
- print $this->renderUnhandledColumns();
-
- // inform user of any columns that are handled, but don't match import
- // columns
- print $this->renderUnmatchedColumns();
- }
-
// disable search indexing to imrpove import speed
QubitSearch::getInstance()->disabled = true;
--
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.