uncommmented processRecord that process each record because it was mistakenly commented previously

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61135 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Saophalkun Ponlu 2008-08-20 03:55:23 +00:00
parent 727a1f52fc
commit f6754178d9

View File

@ -84,7 +84,8 @@ class CsvBulkLoader extends BulkLoader {
$indexedRow[$origColumnName] = $row[count($indexedRow)];
}
$numRecords++;
//$return->push($this->processRecord($indexedRow, $columnMap));
$this->processRecord($indexedRow, $columnMap);
//$return->push();
}
fclose($file);