Update database.php
This commit is contained in:
parent
339d10e94c
commit
cee6509dfa
|
@ -1054,7 +1054,7 @@ if(!check_function_exists("exec_db_temp_end")) {
|
|||
// clear temporery tables
|
||||
if(!check_function_exists("exec_db_temp_clear")) {
|
||||
function exec_db_temp_clear() {
|
||||
$temptables = get_shared_var("temptables");
|
||||
$temptables = get_array(get_shared_var("temptables"));
|
||||
foreach($temptables as $tablename) {
|
||||
exec_db_temp_end($tablename);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user