From: hickert Date: Wed, 9 Jul 2008 10:15:06 +0000 (+0000) Subject: Updated ACL Plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84e2ab842eb8fc62d4394a5e1eaf04e6fc9b34ce;p=gosa.git Updated ACL Plugin -Do not sort plugin attribute acls, we can't structure attribute order if they get sorted. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11576 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 5e4a03e3e..6aadfc637 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -746,7 +746,7 @@ class acl extends plugin /* Walk through the list of attributes */ $cnt= 1; $splist= $plist[preg_replace('%^.*/%', '', $key)]['plProvidedAcls']; - asort($splist); +# asort($splist); if(session::get('js')) { if(isset($_SERVER['HTTP_USER_AGENT']) && preg_match("/gecko/i",$_SERVER['HTTP_USER_AGENT'])) { $display.= "\n ".