git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3031 a333f486-631f-4898-b8df-5754b55c2be0
@@ -163,7 +163,21 @@
}
]]></code>
</method>
- </methods>
+ <method id="DBInsertTracked_Internal">
+ <static>false</static>
+ <access>protected</access>
+ <type>Overload-DBObject</type>
+ <code><![CDATA[ protected function DBInsertTracked_Internal($bDoNotReload = false)
+ {
+ $oMutex = new iTopMutex('ticket_insert');
+ $oMutex->Lock();
+ $ret = parent::DBInsertTracked_Internal($bDoNotReload);
+ $oMutex->Unlock();
+ return $ret;
+ }
+ ]]></code>
+ </method>
+ </methods>
<presentation>
<details>
<items>