From 0947709c1c41f82e1ec192b6ae9cb5298d04f07b Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 5 Apr 2018 11:36:00 +0900 Subject: [PATCH] Update database.php --- system/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/database.php b/system/database.php index 400965a..48b5415 100644 --- a/system/database.php +++ b/system/database.php @@ -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);