summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0892aef)
raw | patch | inline | side by side (parent: 0892aef)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:01:01 +0000 (08:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 May 2006 08:01:01 +0000 (08:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3448 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/applications/class_divListApplication.inc | patch | blob | history | |
plugins/admin/users/class_divListUsers.inc | patch | blob | history |
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc
index 646caf12b53352d5dcfbeb270820398f8a6a65b2..83ffd9cd65534f4fdb96f5379ac4a78e0e5a9b0a 100755 (executable)
$this->parent = $parent;
$this->ui = get_userinfo();
- /* Set default base */
- if(!isset($_SESSION['CurrentMainBase'])){
- $_SESSION['CurrentMainBase'] = $this->config->current['BASE'];
- }
- $this->selectedBase = $_SESSION['CurrentMainBase'];
-
/* Set list strings */
$this->SetTitle(_("List of Applications"));
$this->SetSummary(_("This table displays all applications in the selected tree."));
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index ba668dd7dc800e150d90f124bbf9e81a9b02c92c..e5164a0ccd4879e7a01a72abb92adcee0ce6fc5a 100644 (file)
$this->parent = $parent;
$this->ui = get_userinfo();
- /* Set default base */
- if(!isset($_SESSION['CurrentMainBase'])){
- $_SESSION['CurrentMainBase'] = $this->config->current['BASE'];
- }
- $this->selectedBase = $_SESSION['CurrentMainBase'];
-
/* Set list strings */
$this->SetTitle(_("List of users"));
$this->SetSummary(_("List of users"));