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

index da19eb3..031b530 100644 (file)
@@ -76,7 +76,7 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
         $events->orderBy('Events.action ASC');
         
         $summary = $events->fetchAll('action', 'total');
-        print_r($summary);exit;
+        
         if(empty($summary)){
             $this->jerr('Nothing to be sent');
         }