From 76b33f7d8f8514ed51adeedb60ea636a72fe0009 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Tue, 27 Aug 2013 20:00:19 +0530 Subject: [PATCH] CRM-13026 clean up --- CRM/Mailing/BAO/Query.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Mailing/BAO/Query.php b/CRM/Mailing/BAO/Query.php index 8636f41185..793aa6a419 100644 --- a/CRM/Mailing/BAO/Query.php +++ b/CRM/Mailing/BAO/Query.php @@ -44,9 +44,7 @@ class CRM_Mailing_BAO_Query { 'where' => 'civicrm_mailing.id', ); } - return self::$_mailingFields; - } /** @@ -134,7 +132,6 @@ class CRM_Mailing_BAO_Query { static function from($name, $mode, $side) { $from = NULL; - switch ($name) { case 'civicrm_mailing_event_queue': $from = " $side JOIN civicrm_mailing_event_queue ON civicrm_mailing_event_queue.contact_id = contact_a.id"; -- 2.25.1