summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2da19a)
raw | patch | inline | side by side (parent: c2da19a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 3 Dec 2005 23:56:17 +0000 (23:56 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 3 Dec 2005 23:56:17 +0000 (23:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2220 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 85bea11d6c79a99118f406737ae01e7e4137b111..635ec1c80aa253cb26e122892677014810e644a4 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
all allowed submodules specified in the ACL */
$tmp= split(",", $acl);
foreach ($tmp as $mod){
-echo "Compare $module# with $mod<br>";
if (preg_match("/^$module#/", $mod)){
$final= strstr($mod, "#")."#";
-echo "Hit while comparing $mod --- $module<br>";
continue;
}
if (preg_match("/[^#]$module$/", $mod)){