summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f325fa6)
raw | patch | inline | side by side (parent: f325fa6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Sep 2006 07:47:10 +0000 (07:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Sep 2006 07:47:10 +0000 (07:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4574 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_userinfo.inc | patch | blob | history |
index 6595325b275078cace805735ea1a50662dcbcc36..68455e08765db4dd6345f8a8193c21a04c790bb4 100644 (file)
/* If attribute is "", we want to know, if we've *any* permissions here... */
if ($attribute == "" && isset($subacl['acl'][$object])){
-echo "Global $object<br>";
foreach($subacl['acl'][$object] as $attr => $dummy){
$acl= $this->mergeACL($acl, $subacl['type'], $subacl['acl'][$object][$attr]);
}