From 83d54e7c0bb754a937c10c3ce5fcbc583e61d3a9 Mon Sep 17 00:00:00 2001 From: dradon Date: Wed, 13 Apr 2011 08:32:46 +0000 Subject: [PATCH] Just little code formatting. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20719 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/class_posixAccount.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 2befb7ed1..74ee4740c 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -242,7 +242,6 @@ class posixAccount extends plugin $this->ui = get_userinfo(); - // Create group-list $this->groupList = new sortableListing(array(), array()); $this->groupList->setHeader(array(_("~"), _("Group"), _("Description"))); @@ -371,11 +370,8 @@ class posixAccount extends plugin /* Templates now! */ $smarty = get_smarty(); - - $smarty->assign("groupList", $this->groupList->render()); - // Handle trust mode dialog $trustModeDialog = $this->trustModeDialog->execute(); if($this->trustModeDialog->trustSelect){ @@ -1543,7 +1539,6 @@ class posixAccount extends plugin } } - $this->groupMembership_some = $groups_some; $this->primaryGroup = $this->gidNumber; -- 2.30.2