From f4f6ef28527de5f13ebe8a855ba4e299fdd4e467 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Sep 2012 14:11:20 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GroupRights.php b/GroupRights.php index e0536c7..a3de4aa 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -42,7 +42,7 @@ class Pman_Admin_GroupRights extends Pman if (!$g->get($_GET['group_id'])) { $this->jerr("group is invalid"); } - print_r($g); + //print_r($g); // DB_DataObject::debugLevel(1); $p = DB_DataObject::factory('group_rights'); $p->group_id = (int)$_GET['group_id']; -- 2.39.2