N°2211 DataSynchro : remove DBUpdate() arguments for future 2.7.0

This commit is contained in:
Pierre Goiffon
2019-08-01 17:04:01 +02:00
parent 94cb4a2bb4
commit e172bd13df

View File

@@ -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;