From e4d3eafb49948f0d8c711fa613eb100c2e362ba4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 9 Jan 2020 21:56:05 +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 3908b66..ab72166 100644 --- a/system/database.php +++ b/system/database.php @@ -314,7 +314,7 @@ if(!check_function_exists("get_bind_to_sql_insert")) { "getcount" => true, "setwheres" => $setnotwhere )); - $_rows = exec_db_fetch_all($sql, $_bind_K); + $_rows = exec_db_fetch_all($_sql, $_bind_K); foreach($_rows as $_row) { $num_duplicates += intval($_row['value']); }