From: hickert Date: Wed, 3 Aug 2005 14:25:41 +0000 (+0000) Subject: Better way for selecting the specific tab X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=226c681b3f9093ce54c0b0b257cc52586f1e948b;p=gosa.git Better way for selecting the specific tab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1062 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index 644b8ea47..4e493dc26 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -190,9 +190,12 @@ class userManagement extends plugin $acl= get_permissions ($this->dn, $this->ui->subtreeACL); /* Register usertab to trigger edit dialog */ - $_POST[$s_tab]=$s_tab; $this->usertab= new usertabs($this->config, $this->config->data['TABS']['USERTABS'], $this->dn); +// $_POST[$s_tab]=$s_tab; + +// This would be better + $this->usertab->current = $s_tab; $this->usertab->set_acl($acl); $_SESSION['objectinfo']= $this->dn;