From b95337e188e416dfcbeed0ca85ae89ff4b3319db Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 15 Mar 2018 14:09: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 598d982..02d223e 100644 --- a/system/database.php +++ b/system/database.php @@ -90,7 +90,7 @@ if(!function_exists("exec_db_query")) { $dbc->beginTransaction(); } - // execute statement (insert->execute(bind), or if not sql->bind->execute) + // execute statement (insert->execute(bind) or if not, sql->bind->execute) $stmt_executed = $is_insert_with_bind ? @$stmt->execute($bind) : @$stmt->execute(); if($is_check_count == true) {