summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1be06a3)
raw | patch | inline | side by side (parent: 1be06a3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Apr 2010 15:20:44 +0000 (15:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Apr 2010 15:20:44 +0000 (15:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17784 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 336923ac5c4b7f948779c21f6f39aa259f4b981a..80c0440f1f5e31264db102d2dbae97d3c72c9193 100644 (file)
function loadACL()
{
$this->ACL= array();
+ $this->allACLs= array();
$this->groups= array();
$this->result_cache =array();
$this->reset_acl_cache();
if (preg_match('/^G:\*/', $grp)){
$interresting= TRUE;
}
+ $this->allACLs[$dn][$idx]= $type;
}
}
}
$this->ACL[$dn][$idx]= $type;
}
- $this->allACLs[$dn][$idx]= $type;
}
}