Update database.oracle.php
This commit is contained in:
parent
03f19ce927
commit
65811fe788
|
@ -106,7 +106,7 @@ if(!function_exists("exec_db_oracle_query")) {
|
|||
|
||||
if(!function_exists("close_db_oracle_connect")) {
|
||||
function close_db_oracle_connect() {
|
||||
$dbc = get_scope("dbc");
|
||||
$dbc = get_scope("dbc");
|
||||
return oci_close($dbc);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user