From: edward Date: Fri, 5 Feb 2016 04:47:44 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=e2d613383826081ca4004fbd6c68ef670b63eadb Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 031b530..7ae07a2 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -76,7 +76,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $events->orderBy('Events.action ASC'); $summary = $events->fetchAll('action', 'total'); - + pritn_R($summary);exit; if(empty($summary)){ $this->jerr('Nothing to be sent'); }