Update database.alt.php

This commit is contained in:
Namhyeon Go 2018-09-12 11:23:40 +09:00 committed by GitHub
parent 35bf4fff65
commit 294498a56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ if(!function_exists("get_db_alt_connect")) {
}
}
if(!function_exists("exec_db_alt_sql_query")) {
function exec_db_alt_sql_query($sql, $bind=array(), $driver="") {
if(!function_exists("exec_db_alt_query")) {
function exec_db_alt_query($sql, $bind=array(), $driver="") {
$result = false;
$rules = array(