version 1.21, 2003/07/17 14:31:17
|
version 1.22, 2003/07/17 14:34:02
|
Line 63 sub real_handler {
|
Line 63 sub real_handler {
|
&Apache::loncommon::no_cache($r); |
&Apache::loncommon::no_cache($r); |
$r->send_http_header; |
$r->send_http_header; |
|
|
my $showPoints = 1; |
my $showPoints = |
if (defined($ENV{'course.'.$ENV{'request.course.id'}.'.grading'}) && |
$ENV{'course.'.$ENV{'request.course.id'}.'.grading'} eq 'standard'; |
$ENV{'course.'.$ENV{'request.course.id'}.'.grading'} ne 'standard') { |
|
$showPoints = 0; |
|
} |
|
|
|
# Create the nav map |
# Create the nav map |
my $navmap = Apache::lonnavmaps::navmap->new( |
my $navmap = Apache::lonnavmaps::navmap->new( |