version 1.141, 2005/12/20 19:07:10
|
version 1.142, 2005/12/22 03:39:36
|
Line 271 ENDENTERKEY
|
Line 271 ENDENTERKEY
|
'.course.helper.not.run'}) { |
'.course.helper.not.run'}) { |
$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.id'}) { |
if ($env{'request.role.adv'}) { |
if (&Apache::lonnet::allowed('whn', |
|
$env{'request.course.id'})) { |
my $startpage = &courseloadpage($courseid); |
my $startpage = &courseloadpage($courseid); |
unless ($startpage eq 'firstres') { |
unless ($startpage eq 'firstres') { |
$msg = &mt('Entering course ....'); |
$msg = &mt('Entering course ....'); |