diff --git a/classes/MySQL.php b/classes/MySQL.php index ac3b6e9eb..844825ec8 100644 --- a/classes/MySQL.php +++ b/classes/MySQL.php @@ -87,7 +87,7 @@ class MySQLCore extends Db */ public function Insert_ID() { - mysql_insert_id($this->_link); + return mysql_insert_id($this->_link); } /**