CRM-17474 Tidy up comments and deprecated properties in mailing reports
authorJKingsnorth <john@johnkingsnorth.co.uk>
Wed, 4 Nov 2015 14:27:25 +0000 (14:27 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Wed, 4 Nov 2015 14:27:25 +0000 (14:27 +0000)
CRM/Report/Form/Mailing/Bounce.php
CRM/Report/Form/Mailing/Detail.php
CRM/Report/Form/Mailing/Summary.php

index 144c3e7c04d06115fa4938affaf2d7c583d9dfe3..bb402a15dcd0d6121e7792cd6c238d86ab84b3a7 100644 (file)
@@ -38,9 +38,6 @@ class CRM_Report_Form_Mailing_Bounce extends CRM_Report_Form {
 
   protected $_phoneField = FALSE;
 
-  // just a toggle we use to build the from
-  protected $_mailingidField = FALSE;
-
   protected $_customGroupExtends = array(
     'Contact',
     'Individual',
index d1101abe56684260e6d52e900fbb601c4ac6d482..bf1b289b5e2e2d3c7b87ce524a34a7a420e10a0e 100644 (file)
@@ -36,8 +36,6 @@ class CRM_Report_Form_Mailing_Detail extends CRM_Report_Form {
 
   protected $_exposeContactID = FALSE;
 
-  /**
-   */
   /**
    */
   public function __construct() {
index 662c9d1dabd4e6d278e996323a2a4a17fe090049..2b11ca592cbfc7787eb5e314aca205ca03ab6d5f 100644 (file)
@@ -36,9 +36,6 @@ class CRM_Report_Form_Mailing_Summary extends CRM_Report_Form {
 
   protected $_summary = NULL;
 
-  # just a toggle we use to build the from
-  protected $_mailingidField = FALSE;
-
   protected $_customGroupExtends = array();
 
   protected $_add2groupSupported = FALSE;