From 3fad6ea3ba20f4cfef3cf7d62c5a0082159dd208 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 19 May 2006 08:01:01 +0000 Subject: [PATCH] Removed Current main base settings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3448 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/applications/class_divListApplication.inc | 6 ------ plugins/admin/users/class_divListUsers.inc | 6 ------ 2 files changed, 12 deletions(-) diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc index 646caf12b..83ffd9cd6 100755 --- a/plugins/admin/applications/class_divListApplication.inc +++ b/plugins/admin/applications/class_divListApplication.inc @@ -25,12 +25,6 @@ class divListApplication extends MultiSelectWindow $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 ba668dd7d..e5164a0cc 100644 --- a/plugins/admin/users/class_divListUsers.inc +++ b/plugins/admin/users/class_divListUsers.inc @@ -31,12 +31,6 @@ class divListUsers extends MultiSelectWindow $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")); -- 2.30.2