From 00cc0470283fa3c494cc18fa6b3a5c7a0488ff04 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 9f21545e7d..0c8c35732b 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -383,8 +383,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