CRM-15311 fix event income report
authorBrian Shaughnessy <brian@lcdservices.biz>
Tue, 16 Sep 2014 00:25:32 +0000 (20:25 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Tue, 16 Sep 2014 00:25:32 +0000 (20:25 -0400)
CRM/Report/Form/Event/Income.php

index 664a87766ba311bf88d4b0eb52bb363bab910aca..4e2faff57cdd896d5fefd63b2f52b0652df78b02 100644 (file)
@@ -334,9 +334,6 @@ class CRM_Report_Form_Event_Income extends CRM_Report_Form_Event {
       }
       $noSelection = TRUE;
     }
-    else {
-      $this->_params['id_value'] = explode(',', $this->_params['id_value']);
-    }
 
     $this->_rowsFound = count($this->_params['id_value']);