From 4b191b48af1b5077a43485a70c30300c6e4546f6 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 25 Feb 2015 19:51:52 +0530 Subject: [PATCH] formatting changes --- CRM/Event/Form/Search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/Search.php b/CRM/Event/Form/Search.php index ac56ece30f..1f6b35ca40 100644 --- a/CRM/Event/Form/Search.php +++ b/CRM/Event/Form/Search.php @@ -401,10 +401,10 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search { if (isset($role)) { if ($role === 'true') { - $roleTypes = CRM_Event_PseudoConstant::participantRole(NULL, "filter = 1"); + $roleTypes = CRM_Event_PseudoConstant::participantRole(NULL, "filter = 1"); } elseif ($role === 'false') { - $roleTypes = CRM_Event_PseudoConstant::participantRole(NULL, "filter = 0"); + $roleTypes = CRM_Event_PseudoConstant::participantRole(NULL, "filter = 0"); } elseif (is_numeric($role)) { $roleTypes = (int) $role; -- 2.25.1