From 7bf2d7b85ecf127bceda824ec49baacba798b3eb Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 16 Oct 2017 12:57:53 +0800 Subject: [PATCH] Pman.php --- Pman.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pman.php b/Pman.php index a86cd68..9357184 100644 --- a/Pman.php +++ b/Pman.php @@ -238,7 +238,6 @@ class Pman extends HTML_FlexyFramework_Page function getAuthUser() { - print_R('run????');exit; if (!empty($this->authUser)) { return $this->authUser; } @@ -1042,9 +1041,8 @@ class Pman extends HTML_FlexyFramework_Page if (!empty(HTML_FlexyFramework::get()->Pman['disable_events'])) { return; } - $au = $this->getAuthUser(); - print_R($au);exit; + $e = DB_DataObject::factory('Events'); $e->init($act,$obj,$remarks); -- 2.39.2