Code

Reverted fitlerEditor changes, will work locally currently since there is something...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Mar 2010 08:36:12 +0000 (08:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Mar 2010 08:36:12 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16358 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index 52b5cc0c06fbbcab5e8e9127b48d6c7f541a77a1..38842dfb2ba762d670e1a7140e7b7e14a487a3d9 100644 (file)
@@ -123,7 +123,6 @@ class listing {
 
   function setFilter($filter)
   {
-    $filter->setCategories($this->categories);
     $this->filter= &$filter;
     if ($this->departmentBrowser){
       $this->departments= $this->getDepartments();
@@ -271,10 +270,6 @@ class listing {
       return($message);
     }
 
-    // Display filter editor
-    if(0) 
-    return($this->filter->filterEditor->execute());
-
     // Some browsers don't have the ability do do scrollable table bodies, filter them
     // here.
     $switch= false;