From: hickert Date: Mon, 4 Sep 2006 07:47:10 +0000 (+0000) Subject: Removed debug output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f72505093df188e8de73073b534c83fa85832370;p=gosa.git Removed debug output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4574 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc index 6595325b2..68455e087 100644 --- a/include/class_userinfo.inc +++ b/include/class_userinfo.inc @@ -226,7 +226,6 @@ class userinfo /* If attribute is "", we want to know, if we've *any* permissions here... */ if ($attribute == "" && isset($subacl['acl'][$object])){ -echo "Global $object
"; foreach($subacl['acl'][$object] as $attr => $dummy){ $acl= $this->mergeACL($acl, $subacl['type'], $subacl['acl'][$object][$attr]); }