From 5e381377cc13ad55ded3642cfbfae3391b26a585 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 24 May 2019 11:32:14 +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 27a641b..deb9cbd 100644 --- a/system/database.php +++ b/system/database.php @@ -416,7 +416,7 @@ if(!check_function_exists("get_bind_to_sql_select")) { } } elseif($opts[1][0] == "in") { if(check_array_length($opts[1][2], 0) > 0) { - $s3 .= sprintf(" %s (%s in ('%s'))", $opts[0], $s1a[$opts[1][1]], implode("', '", $opts[1][2])); + $s3 .= sprintf(" %s (%s in ('%s'))", $opts[0], $opts[1][1], implode("', '", $opts[1][2])); } } else { $ssts = array(