Diff for /loncom/homework/lonhomework.pm between versions 1.60 and 1.61

version 1.60, 2001/09/14 20:14:12 version 1.61, 2001/10/31 17:44:42
Line 176  sub setupheader { Line 176  sub setupheader {
   } else {    } else {
     $request->content_type('text/html');      $request->content_type('text/html');
   }    }
     &Apache::loncommon::no_cache($request);
   $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.60  
changed lines
  Added in v.1.61


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