From: monishdeb Date: Thu, 28 May 2015 09:10:32 +0000 (+0530) Subject: formatting fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=84bba43a9d0dfe1fcf2c27b38dd049d25fce46b6;p=civicrm-core.git formatting fix --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 1ed08a1ae3..c35349e3a9 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)) {