Update database.php

This commit is contained in:
Namhyeon Go 2018-04-05 11:36:00 +09:00 committed by GitHub
parent dcfa15a912
commit 0947709c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if(!function_exists("get_dbc_object")) {
}
if(!function_exists("get_db_binded_sql")) {
function get_binded_sql($sql, $bind) {
function get_db_binded_sql($sql, $bind) {
if(count($bind) > 0) {
$bind_keys = array_keys($bind);