From: edward Date: Fri, 5 Feb 2016 04:07:53 +0000 (+0800) Subject: Report/SendEventErrors.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=eb2525bcdcc8985c90ae68f7cb2b401d215c11a3 Report/SendEventErrors.php --- diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 5868e00..aa12c80 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -74,7 +74,13 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo $events->groupBy('Events.action'); $events->orderBy('Events.action ASC'); - print_r($events->fetchAll('action', 'total'));exit; + $totals = $events->fetchAll('action', 'total'); + + if(empty($totals)){ + + } + + print_r();exit; $this->jok("Done");