From: cajus Date: Fri, 9 Jun 2006 10:58:45 +0000 (+0000) Subject: Fixed filtering X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0fd957e6e1de1094d85b36fb9774dc4e09dee856;p=gosa.git Fixed filtering git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3758 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/Changelog b/Changelog index 061fb49c2..55b7f7678 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,10 @@ GOsa2 changelog =============== +* gosa 2.5.2 + - Fixed current main base not beeing set when editing non tabbed + plugins + * gosa 2.5.1 - Fixed problems with NFS shares and terminals - Finalized polish translations diff --git a/include/class_MultiSelectWindow.inc b/include/class_MultiSelectWindow.inc index 6cb52c0f6..7c74128ad 100644 --- a/include/class_MultiSelectWindow.inc +++ b/include/class_MultiSelectWindow.inc @@ -477,6 +477,7 @@ class MultiSelectWindow{ $val = preg_replace("/\*\**/","*",$val); $this->array_Regexes[$key]['value'] = $val; $this->$box['name'] = $val; + $_SESSION['MultiDialogFilters'][$this->filterName][$box['name']] = $val; } } }