From: monishdeb Date: Thu, 28 May 2015 09:24:57 +0000 (+0530) Subject: formatting fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b83b6c224f321a92870dea54bb2bba98d911db8;p=civicrm-core.git formatting fix --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index c35349e3a9..99eebf297a 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -2092,7 +2092,7 @@ class CRM_Contact_BAO_Query { $appendDateTime = FALSE; self::$_openedPanes[ts('Demographics')] = TRUE; } - $this->dateQueryBuilder($values, 'contact_a', $name ,$name ,$field['title'] ,$appendDateTime); + $this->dateQueryBuilder($values, 'contact_a', $name, $name, $field['title'], $appendDateTime); } elseif ($name === 'contact_id') { if (is_int($value)) {