summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a36c018)
raw | patch | inline | side by side (parent: a36c018)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 17:32:20 +0000 (17:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 17:32:20 +0000 (17:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16314 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 45499883e1382b1bb1f85d195ac537d20ea48017..57d1fc3036033e49498fc9f418e9594d569ccc0f 100644 (file)
function get_category_permissions($dn, $category, $any_acl = FALSE)
{
- return(@$this->get_permissions($dn,$category.'/0',""));
+ return($this->get_permissions($dn,$category.'/0',""));
}