mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix warning staffpanel part
This commit is contained in:
@@ -59,3 +59,8 @@ function mysql_insert_id()
|
||||
{
|
||||
return DB::getInstance()->lastInsertId();
|
||||
}
|
||||
|
||||
function mysql_free_result($result)
|
||||
{
|
||||
return DB::getInstance()->freeResult($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user