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

version 1.86, 2008/12/16 23:45:29 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 3960  sub parm_setter { Line 3960  sub parm_setter {
                       &mt('Parameters not set for [_1] because the contents of the course could not be retrieved.',$url).' '.                        &mt('Parameters not set for [_1] because the contents of the course could not be retrieved.',$url).' '.
                       &mt('You need to reinitialize the course.').                        &mt('You need to reinitialize the course.').
                       '</div>';                        '</div>';
           return $allresults;
     }      }
     my %hide_settings = (      my %hide_settings = (
                            'course' =>  {                             'course' =>  {

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


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