Update database.mysql.old.php
This commit is contained in:
parent
a3064d5725
commit
06236417a2
|
@ -50,3 +50,11 @@ if(!function_exists("exec_db_mysql_old_fetch_all")) {
|
|||
return $rows;
|
||||
}
|
||||
}
|
||||
|
||||
if(!function_exists("close_db_mysql_old_connect")) {
|
||||
function close_db_mysql_old_connect() {
|
||||
$dbc = get_scope("dbc");
|
||||
mysql_close($dbc);
|
||||
set_scope("dbc", null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user