PHPCS fixes
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 16 Oct 2015 22:50:29 +0000 (22:50 +0000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 16 Oct 2015 22:50:29 +0000 (22:50 +0000)
CRM/Mailing/BAO/Mailing.php
CRM/Report/Form/Mailing/Clicks.php

index 3b7718d8ab2283eaa3ff30c6d9874f0137d5b62a..4c15b921307c13c564181a34af479a71c5a9f231 100644 (file)
@@ -2183,7 +2183,7 @@ ORDER BY   civicrm_email.is_bulkmail DESC
         'clicks' => $mailing->clicks,
         'unique' => $mailing->unique_clicks,
         'rate' => CRM_Utils_Array::value('delivered', $report['event_totals']) ? (100.0 * $mailing->unique_clicks) / $report['event_totals']['delivered'] : 0,
-        'report' => CRM_Report_Utils_Report::getNextUrl('mailing/clicks', "reset=1&mailing_id_value={$mailing_id}&url_value={$mailing->url}", FALSE, TRUE);
+        'report' => CRM_Report_Utils_Report::getNextUrl('mailing/clicks', "reset=1&mailing_id_value={$mailing_id}&url_value={$mailing->url}", FALSE, TRUE),
       );
     }
 
index 7708ac2d13bbc57e566e7f1a92fb9ab56d13176d..c510ddf6c1174be249b1bce74ae7e09ecff8ccd9 100644 (file)
@@ -153,8 +153,8 @@ class CRM_Report_Form_Mailing_Clicks extends CRM_Report_Form {
           'title' => ts('Click through URL'),
         ),
       ),
-      // To do this filter should really be like mailing id filter a multi select, However 
-      // Not clear on how to make filter dependant on selected mailings at this stage so have set a 
+      // To do this filter should really be like mailing id filter a multi select, However
+      // Not clear on how to make filter dependant on selected mailings at this stage so have set a
       // text filter which works for now
       'filters' => array(
         'url' => array(