Diff for /loncom/interface/loncoursegroups.pm between versions 1.85 and 1.87

version 1.85, 2008/12/16 19:33:36 version 1.87, 2008/12/16 23:49:38
Line 75  sub handler { Line 75  sub handler {
     my $crstype = &Apache::loncommon::course_type();      my $crstype = &Apache::loncommon::course_type();
   
     my %functions = (      my %functions = (
                       email => 'E-mail',                        email => 'Send Messages',
                       discussion => 'Discussion Boards',                        discussion => 'Discussion Boards',
                       chat => 'Chat',                        chat => 'Chat',
                       files => 'File Repository',                        files => 'File Repository',
Line 3956  sub parm_setter { Line 3956  sub parm_setter {
     my ($navmap,$cdom,$url,$groupname) = @_;      my ($navmap,$cdom,$url,$groupname) = @_;
     my $allresults;      my $allresults;
     if (!defined($navmap)) {      if (!defined($navmap)) {
         $allresults = &mt('Parameters not set for [_1] because the contents of the course could not be retrieved.',$url).' '.          $allresults = '<div class="LC_warning">'.
                       &mt('You need to reinitialize the course.').'<br />';                        &mt('Parameters not set for [_1] because the contents of the course could not be retrieved.',$url).' '.
                         &mt('You need to reinitialize the course.').
                         '</div>';
           return $allresults;
     }      }
     my %hide_settings = (      my %hide_settings = (
                            'course' =>  {                             'course' =>  {

Removed from v.1.85  
changed lines
  Added in v.1.87


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>