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, |