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