CRM-17485: Event participant role filter not working in Participant list Count Report
authoryashodha <yashodha.chaku@webaccessglobal.com>
Tue, 10 Nov 2015 08:29:38 +0000 (13:59 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Tue, 10 Nov 2015 08:29:38 +0000 (13:59 +0530)
----------------------------------------
* CRM-17485: Event participant role filter not working in Participant list Count Report
  https://issues.civicrm.org/jira/browse/CRM-17485

CRM/Report/Form.php

index 07dee98e2060fff7487ee0444ca8f296658fd1c1..4980983f84d874dc04e50ef89abc470751e63f0c 100644 (file)
@@ -1744,7 +1744,7 @@ class CRM_Report_Form extends CRM_Core_Form {
           $operator = '';
           if ($op == 'mnot') {
             // mnot == multiple is not one of
-            $operator = 'NOT';  
+            $operator = 'NOT';
           }
           $regexp = "[[:cntrl:]]*" . implode('[[:>:]]*|[[:<:]]*', (array) $value) . "[[:cntrl:]]*";
           $clause = "{$field['dbAlias']} {$operator} REGEXP '{$regexp}'";