summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 85644c6)
raw | patch | inline | side by side (parent: 85644c6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 May 2008 10:10:22 +0000 (10:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 May 2008 10:10:22 +0000 (10:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11104 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 25d0d326596492f3c19250be42f52a8c8136de9d..9ce014935a932ba0eaad49a9ef035ed63deab054 100644 (file)
$r &= preg_match("/r/",$this->has_complete_category_acls($dn, $category));
# print_a(array($category => array($r.$w.$c)));
}
- return($r && $w && $c);
+ return($r && $w );
}