Update database.php
This commit is contained in:
parent
b0e46845ab
commit
271d5a533c
|
@ -702,7 +702,7 @@ if(!check_function_exists("exec_db_temp_start")) {
|
||||||
|
|
||||||
// temporary table
|
// temporary table
|
||||||
if(!check_function_exists("exec_db_temp_end")) {
|
if(!check_function_exists("exec_db_temp_end")) {
|
||||||
function exec_db_temp_end($tablename) {
|
function exec_db_temp_end($tablename, $options=array()) {
|
||||||
$_sql = sprintf("drop temporary table %s", $tablename);
|
$_sql = sprintf("drop temporary table %s", $tablename);
|
||||||
return exec_db_query($_sql);
|
return exec_db_query($_sql);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user