From cc15c878ffde4ab035e54cd4ffb1cfb6bbd7fbc8 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 9 Mar 2010 08:36:12 +0000 Subject: [PATCH] Reverted fitlerEditor changes, will work locally currently since there is something useable. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16358 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 52b5cc0c0..38842dfb2 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -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; -- 2.30.2