summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f01baf)
raw | patch | inline | side by side (parent: 2f01baf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Oct 2008 09:43:57 +0000 (09:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Oct 2008 09:43:57 +0000 (09:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12824 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/users/class_divListUsers.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc
index cef5b3a88375b30f1f58ecdccda5573e7dc8866f..daa4156665d7d531dc97031c151bb250745dfa8b 100644 (file)
/* Get copy & paste icon */
$ui = get_userinfo();
$acl = $ui->get_permissions($this->selectedBase,"users/user");
- $acl_all = $ui->has_complete_category_acls($this->selectedBase,"users");
/* Add default header */
$listhead = MultiSelectWindow::get_default_header();
/* Add copy & cut icons */
$acl = $ui->get_permissions($val['dn'],"users/user");
- $acl_all = $ui->has_complete_category_acls($val['dn'],"users");
/* Add copy & cut functionality */
$action.= $this->parent->get_copypaste_action($val['dn'],"users","user");