From: edward Date: Thu, 1 Jun 2017 05:10:35 +0000 (+0800) Subject: GroupRights.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=ea9365a01dd11cdbf178b3728ff21772a50f1569 GroupRights.php --- 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() );