minor change
authormonishdeb <monish.deb@webaccessglobal.com>
Mon, 15 Dec 2014 14:11:47 +0000 (19:41 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 28 Jan 2015 07:46:24 +0000 (13:16 +0530)
CRM/Event/BAO/Query.php

index 7da21df5212ddd1785d04b253893497014e975e9..76559b8281c5634a18c16e1b54598f3f5e50a7b8 100644 (file)
@@ -244,7 +244,7 @@ class CRM_Event_BAO_Query {
    */
   public static function whereClauseSingle(&$values, &$query) {
     list($name, $op, $value, $grouping, $wildcard) = $values;
-    $fields = array_merge(self::fields(), CRM_Event_BAO_Event::fields(), CRM_Event_BAO_Participant::exportableFields());
+    $fields = array_merge(CRM_Event_BAO_Event::fields(), CRM_Event_BAO_Participant::exportableFields());
 
     switch ($name) {
       case 'event_start_date_low':