Diff for /loncom/auth/lonroles.pm between versions 1.144 and 1.145

version 1.144, 2006/01/06 21:03:23 version 1.145, 2006/01/06 21:04:33
Line 273  ENDENTERKEY Line 273  ENDENTERKEY
  # Send the user to the course they selected   # Send the user to the course they selected
     } elsif ($env{'request.course.id'}) {      } elsif ($env{'request.course.id'}) {
                                 if (&Apache::lonnet::allowed('whn',                                  if (&Apache::lonnet::allowed('whn',
                                                   $env{'request.course.id'})) {                                                    $env{'request.course.id'})
       || &Apache::lonnet::allowed('whn',
          $env{'request.course.id'}.'/'
         .$env{'request.course.sec'})
       ) {
                                     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.144  
changed lines
  Added in v.1.145


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