version 1.90, 2003/11/11 22:14:28
|
version 1.92, 2003/12/24 21:54:58
|
Line 225 sub PrepareClasslist {
|
Line 225 sub PrepareClasslist {
|
@SelectedSections = ($ENV{'form.Section'}); |
@SelectedSections = ($ENV{'form.Section'}); |
} |
} |
} |
} |
&Apache::lonnet::logthis('@SelectedSections = '.join(',',@SelectedSections)); |
|
@SelectedSections = ('all') if (! @SelectedSections); |
@SelectedSections = ('all') if (! @SelectedSections); |
foreach (@SelectedSections) { |
foreach (@SelectedSections) { |
if ($_ eq 'all') { |
if ($_ eq 'all') { |
Line 1106 sub handler {
|
Line 1105 sub handler {
|
} |
} |
} |
} |
# |
# |
# Set document type for header only |
|
if($r->header_only) { |
|
if ($ENV{'browser.mathml'}) { |
|
$r->content_type('text/xml'); |
|
} else { |
|
$r->content_type('text/html'); |
|
} |
|
&Apache::loncommon::no_cache($r); |
|
$r->send_http_header; |
|
return OK; |
|
} |
|
# |
|
# Send the header |
# Send the header |
$r->content_type('text/html'); |
&Apache::loncommon::no_cache($r); |
|
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |
|
if ($r->header_only) { return OK; } |
# |
# |
# Extract form elements from query string |
# Extract form elements from query string |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |