Code

Added abilitiy to disable filter caching
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 08:42:53 +0000 (08:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 16 Mar 2010 08:42:53 +0000 (08:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16606 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index fb56f994b191e77d5af1386ab7d9605c46725ec2..89f56c163272f825930a41461e8eee52dc472ca4 100644 (file)
@@ -122,6 +122,9 @@ class management
 
     $this->registerAction("config-filter","editFilter");
     $this->registerAction("saveFilter","saveFilter");
+
+    // To temporay disable the filter caching UNcomment this line.
+    #session::global_un_set(get_class($this)."_filter");
   }
 
   /*! \brief  Execute this plugin