From 354ed9348c8be7ea79f2d25ff8f1ffff0b893445 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 3 Apr 2019 12:00:00 +0900 Subject: [PATCH] Update database.php --- system/database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/database.php b/system/database.php index 2ad58ff..eafb84b 100644 --- a/system/database.php +++ b/system/database.php @@ -84,6 +84,7 @@ if(!check_function_exists("get_db_binded_param")) { foreach($bind as $k=>$v) { if($exp == sprintf(":%s", $k)) { $exp = make_safe_argument($v); + break; } }