summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8fe6905)
raw | patch | inline | side by side (parent: 8fe6905)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 07:11:13 +0000 (07:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 10 Jul 2007 07:11:13 +0000 (07:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6793 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupAcl.inc | patch | blob | history |
index c1c11360782121c277164faa36b63fa5aa3dfba9..c7ef8a912041102bef12cff3f67a5527e8392618 100644 (file)
} else {
$smarty->assign("selfflag", "");
}
+ asort($obj);
$smarty->assign("objects", $obj);
$display= $smarty->fetch (get_template_path('acl.tpl', TRUE));