From 054dbc422fc6c38c0d361441743243025ea84c9a Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 30 Jul 2015 19:37:22 +0530 Subject: [PATCH] formating fixes --- 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 b9ad94b685..5fbb6f6e68 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -2161,7 +2161,7 @@ class CRM_Contact_BAO_Query { $this->_where[$grouping][] = CRM_Core_DAO::createSQLFilter($fieldName, $value, $type); } else { - if (strpos($op, 'IN') === FALSE) { + if (!strpos($op, 'IN')) { $value = $strtolower($value); } if ($wildcard) { -- 2.25.1