From 99b70517d35ee63cf2d6866ac58561f90b35f88a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 25 Mar 2008 14:09:30 +0000 Subject: [PATCH] Updated groupGeneric git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9975 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/groups/class_groupGeneric.inc | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/gosa-core/plugins/admin/groups/class_groupGeneric.inc index 2b89f0556..bd2062125 100644 --- a/gosa-core/plugins/admin/groups/class_groupGeneric.inc +++ b/gosa-core/plugins/admin/groups/class_groupGeneric.inc @@ -59,6 +59,8 @@ class group extends plugin var $view_logged = FALSE; var $allowGroupsWithSameNameInOtherSubtrees = true; + /* Trustmodel/AccessTo + */ var $accessTo= array(); var $trustModel= ""; var $show_ws_dialog = FALSE; @@ -378,16 +380,6 @@ class group extends plugin return ($display); } - - - - - - - - - - /* Assign templating stuff */ if ($this->samba3){ $smarty->assign("samba3", "true"); @@ -478,15 +470,7 @@ class group extends plugin /* Members and users */ $smarty->assign("members", $this->members); - - - - - - - - - /* Work on trust modes */ + /* Work on trust modes */ $smarty->assign("trusthide", " disabled "); $smarty->assign("trustmodeACL", $this->getacl("trustModel")); if ($this->trustModel == "fullaccess"){ @@ -758,7 +742,7 @@ class group extends plugin } } } - $acl -> save(); + $acl->save(); } /* Remove ACL dependencies too, @@ -1353,9 +1337,6 @@ class group extends plugin plugin::set_multi_edit_values($attrs); $this->memberUid = $users; } - - } - // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?> -- 2.30.2