mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Data Exchange - Implemented reconciliation options + cosmetics on synchro_exec
SVN:trunk[1093]
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user