mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
typo & unused variable removal
thank you @Hipska !
This commit is contained in:
@@ -202,7 +202,6 @@
|
||||
<code><![CDATA[
|
||||
public function DBInsertNoReload()
|
||||
{
|
||||
$oMutex = new iTopMutex('ticket_insert');
|
||||
$iNextId = ItopCounter::IncClass(get_class($this));
|
||||
$sRef = $this->MakeTicketRef($iNextId);
|
||||
$this->SetIfNull('ref', $sRef);
|
||||
|
||||
Reference in New Issue
Block a user