GroupRights.php
authoredward <edward@roojs.com>
Thu, 1 Jun 2017 04:46:30 +0000 (12:46 +0800)
committeredward <edward@roojs.com>
Thu, 1 Jun 2017 04:46:30 +0000 (12:46 +0800)
GroupRights.php

index 68ed97a..addf967 100644 (file)
@@ -52,6 +52,7 @@ class Pman_Admin_GroupRights extends Pman
         while ($p->fetch()) {
             $cur[$p->rightname] = clone($p);
         }
+        print_R($cur);exit;
         $e = -1;
         $ar = array();
         // echo "<PRE>"; print_r($p->defaultPermData() );