Update database.oracle.php

This commit is contained in:
Namhyeon Go 2018-09-14 01:24:51 +09:00 committed by GitHub
parent 03f19ce927
commit 65811fe788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}