Fix invalid bounce type filter for bounce report
authorMatthew Wire <mjw@mjwconsult.co.uk>
Sat, 27 May 2017 10:24:30 +0000 (11:24 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Sat, 27 May 2017 10:24:30 +0000 (11:24 +0100)
CRM/Report/Form/Mailing/Bounce.php

index 3e91050215f25fd82a5398bc919e0ad173050da9..ab6046e8d73b7bc510e77a6ba45dd3cd27be2ad6 100644 (file)
@@ -441,7 +441,7 @@ class CRM_Report_Form_Mailing_Bounce extends CRM_Report_Form {
    */
   public function bounce_type() {
 
-    $data = array('' => ts('--Please Select--'));
+    $data = array();
 
     $bounce_type = new CRM_Mailing_DAO_BounceType();
     $query = "SELECT name FROM civicrm_mailing_bounce_type";