summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c19f68)
raw | patch | inline | side by side (parent: 8c19f68)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 10:23:53 +0000 (10:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Jun 2006 10:23:53 +0000 (10:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3985 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_pluglist.inc | patch | blob | history |
index 2c816bd2e56ffe1f9bac809affb0892918aafc05..42f729db8992deab90bdb9f049bb8ab3fb9a4fc0 100644 (file)
foreach($this->ui->subtreeACL as $arr){
foreach($arr as $value){
if ($value == ':all' || preg_match("/[,:]$modname#/", $value)){
- // if (!preg_match('/^!/', $value)){
+ if (!preg_match('/^!/', $value)){
return (TRUE);
- // }
+ }
}
}
}