mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Work in progress for integration of "allowed values"
SVN:trunk[144]
This commit is contained in:
@@ -191,9 +191,6 @@ class CMDBSource
|
||||
$result = self::Query($sSQL);
|
||||
$aRow = mysql_fetch_assoc($result);
|
||||
$iNextInsertId = $aRow['Auto_increment'];
|
||||
echo "<pre>\n";
|
||||
print_r($aRow);
|
||||
echo "</pre>\n";
|
||||
return $iNextInsertId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user