// fix mysql insert_id
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ class MySQLCore extends Db
|
||||
*/
|
||||
public function Insert_ID()
|
||||
{
|
||||
mysql_insert_id($this->_link);
|
||||
return mysql_insert_id($this->_link);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user