format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Fri, 28 Aug 2015 11:18:34 +0000 (16:48 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 9 Sep 2015 14:52:28 +0000 (20:22 +0530)
CRM/Event/BAO/Query.php

index 09f75897950115f89fb32ff654f613363245015e..2752f8d2af3bb926655051e13f32a4ad78298734 100644 (file)
@@ -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);