From 84bba43a9d0dfe1fcf2c27b38dd049d25fce46b6 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 28 May 2015 14:40:32 +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 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)) { -- 2.25.1