summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ab0c91)
raw | patch | inline | side by side (parent: 3ab0c91)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Jun 2008 13:21:39 +0000 (13:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Jun 2008 13:21:39 +0000 (13:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11398 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 6e039b43828dbd1891809928cf242ce5157b8349..cbac37f14ce58e952c54d715a8e0ddd6fb086acc 100644 (file)
/* Push cache answer? */
$ACL_CACHE = &session::get('ACL_CACHE');
- if (0 & isset($ACL_CACHE["$dn+$object+$attribute"])){
+ if (isset($ACL_CACHE["$dn+$object+$attribute"])){
/* Remove write if needed */
if ($skip_write){