summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d017c14)
raw | patch | inline | side by side (parent: d017c14)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 12:30:20 +0000 (12:30 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Dec 2006 12:30:20 +0000 (12:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5384 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index abc015b815122d62837363bf1e0b0b423e35229f..1e42b6a31198c536ee387695a8f8312f05d1d2cd 100644 (file)
$responsible= array();
foreach ($this->config->departments as $key => $value){
if (get_module_permission(get_permissions ($value, $this->ui->subtreeACL),
- "terminal", $value) == "#all#"){
+ "systems", $value) != ""){
$responsible[$key]= $value;
}
}