summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f02816c)
raw | patch | inline | side by side (parent: f02816c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:58:45 +0000 (10:58 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:58:45 +0000 (10:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@3758 594d385d-05f5-0310-b6e9-bd551577e9d8
Changelog | patch | blob | history | |
include/class_MultiSelectWindow.inc | patch | blob | history |
diff --git a/Changelog b/Changelog
index 061fb49c25a8944775b2c4f0faf19a5c2a982c35..55b7f7678fb753025edb083b5b9d622c8c3af14b 100644 (file)
--- a/Changelog
+++ b/Changelog
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
index 6cb52c0f6651490c0c0d14a20502b9fd1726cc26..7c74128ad44d35509da6b702c135295d4c560d5d 100644 (file)
$val = preg_replace("/\*\**/","*",$val);
$this->array_Regexes[$key]['value'] = $val;
$this->$box['name'] = $val;
+ $_SESSION['MultiDialogFilters'][$this->filterName][$box['name']] = $val;
}
}
}