From f0a2e731c052cbaa6c55732a40e5215bd3f3102c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 31 Dec 2019 16:23:44 +0900 Subject: [PATCH] Update database.php --- system/database.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/database.php b/system/database.php index 3935f44..c8748ed 100644 --- a/system/database.php +++ b/system/database.php @@ -597,10 +597,8 @@ if(!check_function_exists("get_bind_to_sql_select")) { // sql: make completed SQL if(!$is_separated) { - //write_common_log("no hit"); $sql = sprintf($sql, $s1, $s2, $s3, $s4, $s5); } else { - write_common_log("hit"); $separated_sqls = array(); $_sql = sprintf("select table_name from `%s.tables`", $tablename); $_rows = exec_db_fetch_all($_sql);