From 8e1538174e6722f06ce0df9a89b83d38bbd99153 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Fri, 28 Aug 2015 16:48:34 +0530 Subject: [PATCH] format fix --- CRM/Event/BAO/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 09f7589795..2752f8d2af 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -386,8 +386,8 @@ class CRM_Event_BAO_Query { case 'participant_role': case 'participant_role_id': - $qillName = $name; - $name = 'role_id'; + $qillName = $name; + $name = 'role_id'; if (is_array($value) && in_array(key($value), CRM_Core_DAO::acceptedSQLOperators(), TRUE)) { $op = key($value); -- 2.25.1