Data Exchange - Implemented reconciliation options + cosmetics on synchro_exec

SVN:trunk[1093]
This commit is contained in:
Romain Quetiez
2011-02-23 17:32:21 +00:00
parent e4df8c8c92
commit cd71f02fad
3 changed files with 75 additions and 22 deletions

View File

@@ -466,10 +466,11 @@ try
if ($bSynchronize && !$bSimulate)
{
$aTraces = array();
$oDataSource->Synchronize($aTraces, $oLoadStartDate);
$oStatLog = $oDataSource->Synchronize($aTraces, $oLoadStartDate);
//echo "#@# Synchronize() returned :<br/>\n";
//echo "<pre>\n";
//print_r($aTraces);
//print_r($oStatLog);
//echo "</pre>\n";
}