From 0b83b6c224f321a92870dea54bb2bba98d911db8 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 28 May 2015 14:54:57 +0530 Subject: [PATCH] formatting fix --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.25.1