'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),
);
}
'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(