summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 717564f)
raw | patch | inline | side by side (parent: 717564f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Dec 2006 07:16:35 +0000 (07:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Dec 2006 07:16:35 +0000 (07:16 +0000) |
Departments are displayed now
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5403 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5403 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/acl/class_divListACL.inc | patch | blob | history |
index f61378f6f13f6d66a896b56fac6f2e409b366c21..ed888806bd93a17cb6fc963f98ed4dd45a7f5d1d 100644 (file)
function divListACL ($config,$parent)
{
- MultiSelectWindow::MultiSelectWindow($config, "ACLs", "acls");
+ MultiSelectWindow::MultiSelectWindow($config, "ACLs", "acl");
$this->parent = $parent;
$this->ui = get_userinfo();