--- loncom/html/adm/helper/parameter.helper 2015/08/16 00:21:28 1.21 +++ loncom/html/adm/helper/parameter.helper 2015/08/28 22:45:11 1.22 @@ -152,7 +152,7 @@ . . . for a particular section - return 1 if (&Apache::longroup::coursegroups()) + return 1 if (($env{'request.course.groups'} ne '') || (&Apache::lonnet::allowed('mdg',$env{'request.course.id'}) && (&Apache::longroup::coursegroups()))) . . . for a particular group @@ -174,7 +174,7 @@ return &mt('Please select the group you wish to set the ' . &{$helper->{DATA}->{'dateType'}}() . ' for:').'
'; - +