Code

Reverted debug change
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 May 2008 05:35:08 +0000 (05:35 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 May 2008 05:35:08 +0000 (05:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10992 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_userinfo.inc

index 0719927c152b6612030f4ea7fa4a3d14839fad84..013fa048f32fd08578e843fe25633edf0f0aa54d 100644 (file)
@@ -210,7 +210,7 @@ class userinfo
 
     /* 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){