From 5cd01abb9eda7e0a47c42cdfa1a2f1b11bee529b Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 5 Feb 2016 12:47:51 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index 7ae07a2..da19eb3 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; + print_r($summary);exit; if(empty($summary)){ $this->jerr('Nothing to be sent'); } -- 2.39.2