protected $oDB = null; // set in setupDB (earliest) or later in loadData, importData, drop, createSqlFunctions, importTigerData
// pgsqlRunPartitionScript, calculatePostcodes, ..if no already set
- public function __construct($aCMDResult, $callingFunction = 'setup')
+ public function __construct($callingFunction, array $aCMDResult = array())
{
// by default, use all but one processor, but never more than 15.
$this->iInstances = isset($aCMDResult['threads'])
}
// if class is instantiated by update.php, we have to set EnableDiffUpdates to true
- // otherwise set to value provided comand line to setup.php
+ // otherwise set to value provided by setup.php's command line arg array
if ($callingFunction == 'update') {
$this->bEnableDiffUpdates = true;
} elseif ($callingFunction == 'setup') {