summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6568bb7)
raw | patch | inline | side by side (parent: 6568bb7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 10:44:30 +0000 (10:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 3 Nov 2006 10:44:30 +0000 (10:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5006 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_userManagement.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 027473faf4f6fa98d50aa09f20ed4db96d2ad8f2..a5fa9f66c5aa44f26f640ec0f0d91f343b5ce638 100644 (file)
$dn= $this->list[trim($s_entry)]['dn'];
$obj = new usertabs($this->config, $this->config->data['TABS']['USERTABS'], $dn);
$obj->set_acl_base($dn);
- $obj->set_acl_category("users");
$objNew = new usertabs($this->config, $this->config->data['TABS']['USERTABS'], "new");
$objNew->set_acl_base($dn);
- $objNew->set_acl_category("users");
$this->CopyPasteHandler->Copy($obj,$objNew);
}