From aaffec4006c1c8fda05382a30053b6fccf4fd251 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 14 Jan 2020 21:18:39 +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 98bcc43..24ed550 100644 --- a/system/database.php +++ b/system/database.php @@ -324,7 +324,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) { "getcount" => true, "setwheres" => $setignore ); - $_sql = get_bind_to_sql_select($tablename, $bind, $_options); + $_sql = get_bind_to_sql_select($tablename, false, $_options); $_rows = exec_db_fetch_all($_sql, $bind); foreach($_rows as $_row) { $num_ignores += intval($_row['value']);