mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Reviewed benchmark tool (split creation of structure / CIs / Tickets)
SVN:trunk[686]
This commit is contained in:
@@ -338,7 +338,7 @@ abstract class CMDBObject extends DBObject
|
||||
$aChanges = $this->ListChanges();
|
||||
if (count($aChanges) == 0)
|
||||
{
|
||||
throw new CoreWarning("Attempting to update an unchanged object");
|
||||
//throw new CoreWarning("Attempting to update an unchanged object");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -948,7 +948,7 @@ abstract class DBObject
|
||||
$aChanges = $this->ListChanges();
|
||||
if (count($aChanges) == 0)
|
||||
{
|
||||
throw new CoreWarning("Attempting to update an unchanged object");
|
||||
//throw new CoreWarning("Attempting to update an unchanged object");
|
||||
return;
|
||||
}
|
||||
$bHasANewExternalKeyValue = false;
|
||||
|
||||
1105
setup/benchmark.php
1105
setup/benchmark.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user