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

index dd95a55..24be790 100644 (file)
@@ -97,6 +97,8 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo
             $subject[] = "{$v} {$k}";
         }
         
+        print_R($subject);exit;
+        
         $this->jok("Done");
         
     }