version 1.194, 2005/01/28 09:49:52
|
version 1.196, 2005/01/31 21:57:32
|
Line 439 sub setupheader {
|
Line 439 sub setupheader {
|
if (!$Apache::lonxml::debug && ($ENV{'REQUEST_METHOD'} eq 'GET')) { |
if (!$Apache::lonxml::debug && ($ENV{'REQUEST_METHOD'} eq 'GET')) { |
&Apache::loncommon::no_cache($request); |
&Apache::loncommon::no_cache($request); |
} |
} |
$request->set_last_modified(&Apache::lonnet::metadata($request->uri, |
# $request->set_last_modified(&Apache::lonnet::metadata($request->uri, |
'lastrevisiondate'); |
# 'lastrevisiondate')); |
$request->send_http_header; |
$request->send_http_header; |
return OK if $request->header_only; |
return OK if $request->header_only; |
return '' |
return '' |