Work in progress for integration of "allowed values"

SVN:trunk[144]
This commit is contained in:
Romain Quetiez
2009-09-11 15:33:06 +00:00
parent 9756ed026f
commit cc7ea74159
2 changed files with 12 additions and 5 deletions

View File

@@ -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;
}