Do not automatically have Everyone group highlighted in Manage Groups in Group.

This commit is contained in:
Colin Kuskie 2009-05-14 02:38:30 +00:00
parent 535621e8b6
commit 90717eee40
2 changed files with 3 additions and 1 deletions

View file

@ -737,7 +737,8 @@ sub www_manageGroupsInGroup {
-excludeGroups=>\@groups,
-label=>$i18n->get(605),
-size=>5,
-multiple=>1
-multiple=>1,
-defaultValue=>[],
);
$f->submit;
my $output = $f->print;