Diff for /loncom/homework/lonhomework.pm between versions 1.195 and 1.196

version 1.195, 2005/01/28 21:08:45 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 ''

Removed from v.1.195  
changed lines
  Added in v.1.196


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>