Format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Tue, 11 Aug 2015 12:54:50 +0000 (18:24 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Tue, 11 Aug 2015 12:54:50 +0000 (18:24 +0530)
CRM/Core/BAO/CustomQuery.php

index 92bea66fda72da6afe37b65e553f42e42e6ddb10..648ec0f0f7abcc2c2eddc5582ab3045b3a41793e 100644 (file)
@@ -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;