From 792b1d7b38fc5afca579efbbe3f82b6d9e52afa8 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 11 Aug 2015 18:24:50 +0530 Subject: [PATCH] Format fix --- CRM/Core/BAO/CustomQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/BAO/CustomQuery.php b/CRM/Core/BAO/CustomQuery.php index 92bea66fda..648ec0f0f7 100644 --- a/CRM/Core/BAO/CustomQuery.php +++ b/CRM/Core/BAO/CustomQuery.php @@ -430,7 +430,7 @@ SELECT label, value } else { $this->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause($fieldName, $op, $value, 'Integer'); - $this->_qill[$grouping][] = ts("%1 %2 %3" ,array(1 => $field['label'], 2 => $qillOp, 3 => $qillValue));; + $this->_qill[$grouping][] = ts("%1 %2 %3", array(1 => $field['label'], 2 => $qillOp, 3 => $qillValue));; } break; -- 2.25.1