summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79a772c)
raw | patch | inline | side by side (parent: 79a772c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Feb 2009 14:33:11 +0000 (14:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Feb 2009 14:33:11 +0000 (14:33 +0000) |
-Fixed ACL category listing, display info string even if there is only one attribute selected.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13465 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13465 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_aclRole.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc
index b78c955e156c7b00831412de4567e57e50a0cf51..e78f0dfa1d604105fee21bfada69b3d9d6bd0c11 100644 (file)
$summary.= "$oc, ";
continue;
}
- if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"]) && isset($this->aclContents["$section/$oc"][0]) &&
- $this->aclContents["$section/$oc"][0] != ""){
-
+ if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"])){
$summary.= "$oc, ";
continue;
}