From 55651a006a540894f17f09a84ceeed64b8446631 Mon Sep 17 00:00:00 2001 From: Min-Soo Kim Date: Tue, 22 Dec 2020 17:11:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EB=B2=95=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EA=B4=84=ED=98=B8=20=EB=8B=A4?= =?UTF-8?q?=EC=8B=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/framework/parsers/dbquery/variablebase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/framework/parsers/dbquery/variablebase.php b/common/framework/parsers/dbquery/variablebase.php index e12499041..2dd4908e2 100644 --- a/common/framework/parsers/dbquery/variablebase.php +++ b/common/framework/parsers/dbquery/variablebase.php @@ -436,7 +436,7 @@ class VariableBase * @param string $value * @return object */ - private function _parseSearchKeywords() ($value) + private function _parseSearchKeywords($value) { // parse the value (text) $keywords = preg_split('/("[^"]*")|[\s,]+/', trim($value), 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);