Data Exchange - Simulate mode on synchro_exec + cleanup in traces + handling of null values

SVN:trunk[1091]
This commit is contained in:
Romain Quetiez
2011-02-23 14:55:51 +00:00
parent 9e636b1ce5
commit d1879d0433
4 changed files with 98 additions and 84 deletions

View File

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