mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Data Exchange - Format and save traces (config option: synchro_trace)
SVN:trunk[1102]
This commit is contained in:
@@ -481,13 +481,12 @@ try
|
||||
//
|
||||
if ($bSynchronize)
|
||||
{
|
||||
$aResults = array();
|
||||
$oStatLog = $oDataSource->Synchronize($aResults, $oLoadStartDate);
|
||||
$oStatLog = $oDataSource->Synchronize($oLoadStartDate);
|
||||
$oP->add_comment('Synchronization---');
|
||||
$oP->add_comment('------------------');
|
||||
if ($sOutput == 'details')
|
||||
{
|
||||
foreach ($aResults as $sMessage)
|
||||
foreach ($oStatLog->GetTraces() as $sMessage)
|
||||
{
|
||||
$oP->add_comment($sMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user