From ea9365a01dd11cdbf178b3728ff21772a50f1569 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 1 Jun 2017 13:10:35 +0800 Subject: [PATCH] GroupRights.php --- GroupRights.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GroupRights.php b/GroupRights.php index 68ed97a..8aba5b9 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -52,6 +52,8 @@ class Pman_Admin_GroupRights extends Pman while ($p->fetch()) { $cur[$p->rightname] = clone($p); } + + print_r($cur);exit; $e = -1; $ar = array(); // echo "
"; print_r($p->defaultPermData() );
-- 
2.39.2