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

version 1.194, 2005/01/28 09:49:52 version 1.195, 2005/01/28 21:08:45
Line 440  sub setupheader { Line 440  sub setupheader {
  &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.194  
changed lines
  Added in v.1.195


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