projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
779af4a
)
Fix invalid bounce type filter for bounce report
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Sat, 27 May 2017 10:24:30 +0000
(11:24 +0100)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Sat, 27 May 2017 10:24:30 +0000
(11:24 +0100)
CRM/Report/Form/Mailing/Bounce.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Mailing/Bounce.php
b/CRM/Report/Form/Mailing/Bounce.php
index 3e91050215f25fd82a5398bc919e0ad173050da9..ab6046e8d73b7bc510e77a6ba45dd3cd27be2ad6 100644
(file)
--- a/
CRM/Report/Form/Mailing/Bounce.php
+++ b/
CRM/Report/Form/Mailing/Bounce.php
@@
-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";