From 164c3bfb7bdf0c0078fd52596d04d4a043b597b7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 19 Aug 2015 10:49:55 +0530 Subject: [PATCH] minor fixes --- CRM/Mailing/BAO/Query.php | 1 - CRM/Mailing/Form/Schedule.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/CRM/Mailing/BAO/Query.php b/CRM/Mailing/BAO/Query.php index 8305322a5b..13fed90d9b 100644 --- a/CRM/Mailing/BAO/Query.php +++ b/CRM/Mailing/BAO/Query.php @@ -441,7 +441,6 @@ class CRM_Mailing_BAO_Query { $form->add('checkbox', 'mailing_unsubscribe', ts('Unsubscribe Requests')); $form->add('checkbox', 'mailing_optout', ts('Opt-out Requests')); $form->add('checkbox', 'mailing_forward', ts('Forwards')); - // Campaign select field CRM_Campaign_BAO_Campaign::addCampaignInComponentSearch($form, 'mailing_campaign_id'); diff --git a/CRM/Mailing/Form/Schedule.php b/CRM/Mailing/Form/Schedule.php index 5d83daa674..bed7590956 100644 --- a/CRM/Mailing/Form/Schedule.php +++ b/CRM/Mailing/Form/Schedule.php @@ -279,8 +279,6 @@ class CRM_Mailing_Form_Schedule extends CRM_Core_Form { $params[$parameter] = $this->controller->exportValue($this->_name, $parameter); } - dpm($this->controller->exportValues(), 'values'); - // Previously, we checked if $mailing->is_template, and did *not* // schedule if it was set. Discussed with Lobo, removed that check // as it appeared to prevent mails being scheduled if they were -- 2.25.1