mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
typo & unused variable removal
thank you @Hipska !
This commit is contained in:
@@ -794,7 +794,7 @@ class CMDBSource
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprecated 2.7.0 N°1627 use ItopCounter insted
|
||||
* @deprecated 2.7.0 N°1627 use ItopCounter instaed
|
||||
*
|
||||
* @param string $sTable
|
||||
*
|
||||
|
||||
@@ -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