summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f942718)
raw | patch | inline | side by side (parent: f942718)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Mar 2008 14:09:30 +0000 (14:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Mar 2008 14:09:30 +0000 (14:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9975 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/class_groupGeneric.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/gosa-core/plugins/admin/groups/class_groupGeneric.inc
index 2b89f05564836181f0c09c2cd5b91bdd6cb802b4..bd2062125d52dd97370a33eb3df2f2b55c9a6341 100644 (file)
var $view_logged = FALSE;
var $allowGroupsWithSameNameInOtherSubtrees = true;
+ /* Trustmodel/AccessTo
+ */
var $accessTo= array();
var $trustModel= "";
var $show_ws_dialog = FALSE;
return ($display);
}
-
-
-
-
-
-
-
-
-
-
/* Assign templating stuff */
if ($this->samba3){
$smarty->assign("samba3", "true");
/* 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"){
}
}
}
- $acl -> save();
+ $acl->save();
}
/* Remove ACL dependencies too,
plugin::set_multi_edit_values($attrs);
$this->memberUid = $users;
}
-
-
}
-
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>