From: KH Lau Date: Tue, 30 Jan 2018 07:50:39 +0000 (+0800) Subject: GroupRights.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=ddde01a5c5a630c141bf2b34ccc5c879836c4ac1 GroupRights.php --- diff --git a/GroupRights.php b/GroupRights.php index 40fe99e..4441876 100644 --- a/GroupRights.php +++ b/GroupRights.php @@ -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) {