From ec9f1b3ae6e91c33030c078cc8076e2880c279bd Mon Sep 17 00:00:00 2001 From: cajus Date: Sat, 3 Dec 2005 23:56:17 +0000 Subject: [PATCH] Removed debugging output git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2220 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 -- 1 file changed, 2 deletions(-) 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)){ -- 2.30.2