GroupRights.php
authorKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 07:50:39 +0000 (15:50 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 07:50:39 +0000 (15:50 +0800)
GroupRights.php

index 40fe99e..4441876 100644 (file)
@@ -86,7 +86,7 @@ class Pman_Admin_GroupRights extends Pman
             );
                 
         }
-        print_r($ar);
+        //print_r($ar);
         usort($ar, function($a, $b) {
             $retval = $a['rightname'] - $b['rightname'];
             if ($retval == 0) {