mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°2211 DataSynchro : remove DBUpdate() arguments for future 2.7.0
This commit is contained in:
@@ -752,6 +752,7 @@ EOF
|
||||
}
|
||||
elseif ($oAttribute instanceof SynchroAttLinkSet)
|
||||
{
|
||||
// Do nothing for now...
|
||||
}
|
||||
$oAttributeSet->AddItem($oAttribute);
|
||||
}
|
||||
@@ -3293,7 +3294,7 @@ class SynchroExecution
|
||||
$aArguments['last_full_load'] = '';
|
||||
}
|
||||
|
||||
$this->m_oStatLog->DBUpdate($this->m_oChange);
|
||||
$this->m_oStatLog->DBUpdate();
|
||||
|
||||
$iStepCount = 0;
|
||||
do
|
||||
@@ -3388,7 +3389,7 @@ class SynchroExecution
|
||||
$bContinue = $this->DoJob3DeleteItopObjectsAndReplicas($iMaxChunkSize, $iCurrPos);
|
||||
break;
|
||||
}
|
||||
$this->m_oStatLog->DBUpdate($this->m_oChange);
|
||||
$this->m_oStatLog->DBUpdate();
|
||||
self::$m_oCurrentTask = null;
|
||||
|
||||
return $bContinue;
|
||||
|
||||
Reference in New Issue
Block a user