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

@ -33,6 +33,7 @@
- rfe #9134: Pluggable Storage to support Amazon S3 and Cloudfront (Funded by donor.com, coded by Whizman)
- Added PayPal paydriver. (Thanks to Paul Wrightson)
- rfe #9908: Inbox: SMS delivery
- rfe #10384: Change the view Groups in this Group area
7.7.5
- Adding StoryManager.

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;