From: edward Date: Fri, 5 Feb 2016 04:14:14 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=3941c5381179ee95631947f98f7e744a8ea824a2 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 522dc49..9166402 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -80,7 +80,11 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $this->jerr('Nothing to be sent'); } - print_r();exit; + $subject = (empty($this->opts['subject'])) ? '' : $this->opts['subject']; + + foreach ($totals as $k => $v){ + + } $this->jok("Done");