Diff for /loncom/auth/lonroles.pm between versions 1.122 and 1.123

version 1.122, 2005/06/06 22:39:59 version 1.123, 2005/06/07 00:24:08
Line 262  ENDENTERKEY Line 262  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
                             if (($env{'request.course.fn'}) && ($role eq 'cc' && ($env{'environment.course_init_display'} ne 'firstres'))  {                              if (($env{'request.course.fn'}) 
    && ($role eq 'cc' && ($env{'environment.course_init_display'} ne 'firstres')))  {
                                 $msg = &mt('Entering course ....');                                  $msg = &mt('Entering course ....');
                                 &redirect_user($r,&mt('New in course'),                                  &redirect_user($r,&mt('New in course'),
                                       '/adm/whatsnew',$msg,                                        '/adm/whatsnew',$msg,

Removed from v.1.122  
changed lines
  Added in v.1.123


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