From: monishdeb Date: Wed, 25 Feb 2015 14:21:52 +0000 (+0530) Subject: formatting changes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4b191b48af1b5077a43485a70c30300c6e4546f6;p=civicrm-core.git formatting changes --- 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;