Diff for /loncom/auth/lonroles.pm between versions 1.140 and 1.141

version 1.140, 2005/12/20 15:47:07 version 1.141, 2005/12/20 19:07:10
Line 272  ENDENTERKEY Line 272  ENDENTERKEY
  $furl = "/adm/helper/course.initialization.helper";   $furl = "/adm/helper/course.initialization.helper";
  # Send the user to the course they selected   # Send the user to the course they selected
     } elsif ($env{'request.course.fn'}) {      } elsif ($env{'request.course.fn'}) {
                                 if ($env{'user.adv'}) {                                  if ($env{'request.role.adv'}) {
                                     my $startpage = &courseloadpage($courseid);                                      my $startpage = &courseloadpage($courseid);
                                     unless ($startpage eq 'firstres') {                                               unless ($startpage eq 'firstres') {         
         $msg = &mt('Entering course ....');          $msg = &mt('Entering course ....');

Removed from v.1.140  
changed lines
  Added in v.1.141


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