mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2361 Deprecate DB*Tracked methods
* update methods PHPDoc * DBInsertTracked update callers * DBInsertTrackedNoReload update callers * DBUpdateTracked update callers * DBDeleteTracked update callers
This commit is contained in:
@@ -590,9 +590,8 @@ class CheckStopWatchThresholds implements iBackgroundProcess
|
||||
if($oObj->IsModified())
|
||||
{
|
||||
CMDBObject::SetTrackInfo("Automatic - threshold triggered");
|
||||
|
||||
$oMyChange = CMDBObject::GetCurrentChange();
|
||||
$oObj->DBUpdateTracked($oMyChange);
|
||||
|
||||
$oObj->DBUpdate();
|
||||
}
|
||||
|
||||
// Activate any existing trigger
|
||||
|
||||
Reference in New Issue
Block a user