From: monishdeb Date: Tue, 11 Aug 2015 12:54:50 +0000 (+0530) Subject: Format fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=792b1d7b38fc5afca579efbbe3f82b6d9e52afa8;p=civicrm-core.git Format fix --- 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;