From b478616b169707369d6b2a580af2aa3c3ebe5347 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 14 Feb 2019 23:10:09 +0000 Subject: [PATCH] added qoutes --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 3c99db2d6a..31e249809f 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -3909,7 +3909,7 @@ WHERE $smartGroupClause } } list($qillop, $qillVal) = self::buildQillForFieldValue(NULL, 'changed_by', $name, 'LIKE'); - $this->_qill[$grouping][] = ts("%1 %2 %3", [ + $this->_qill[$grouping][] = ts("%1 %2 '%3'", [ 1 => $fieldTitle, 2 => $qillop, 3 => $qillVal, -- 2.25.1