Report/SendEventErrors.php
authoredward <edward@roojs.com>
Fri, 5 Feb 2016 04:47:44 +0000 (12:47 +0800)
committeredward <edward@roojs.com>
Fri, 5 Feb 2016 04:47:44 +0000 (12:47 +0800)
Report/SendEventErrors.php

index 031b530..7ae07a2 100644 (file)
@@ -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');
         }