From: cajus Date: Sat, 3 Dec 2005 23:56:17 +0000 (+0000) Subject: Removed debugging output X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ec9f1b3ae6e91c33030c078cc8076e2880c279bd;p=gosa.git Removed debugging output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2220 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 85bea11d6..635ec1c80 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -698,10 +698,8 @@ function get_module_permission($acl_array, $module, $dn) all allowed submodules specified in the ACL */ $tmp= split(",", $acl); foreach ($tmp as $mod){ -echo "Compare $module# with $mod
"; if (preg_match("/^$module#/", $mod)){ $final= strstr($mod, "#")."#"; -echo "Hit while comparing $mod --- $module
"; continue; } if (preg_match("/[^#]$module$/", $mod)){