From: hickert Date: Tue, 9 Mar 2010 08:36:12 +0000 (+0000) Subject: Reverted fitlerEditor changes, will work locally currently since there is something... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cc15c878ffde4ab035e54cd4ffb1cfb6bbd7fbc8;p=gosa.git 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 --- 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;