GroupRights.php
authorKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 08:05:55 +0000 (16:05 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 08:05:55 +0000 (16:05 +0800)
GroupRights.php

index 8855714..29f0b6f 100644 (file)
@@ -87,8 +87,7 @@ class Pman_Admin_GroupRights extends Pman
                 
         }
         //print_r($ar);
-        usort($ar, function($a, $b) {
-               
+        usort($ar, function($a, $b) {          
                   $rdiff = $a['rightname'] - $b['rightname'];
             if ($rdiff) return $rdiff; 
             return $a['descript'] - $b['descript'];