Diff for /rat/lonwrapper.pm between versions 1.13 and 1.14

version 1.13, 2003/05/13 15:13:17 version 1.14, 2003/09/29 16:09:21
Line 45  use Apache::lonmenu; Line 45  use Apache::lonmenu;
   
 sub handler {  sub handler {
   my $r=shift;    my $r=shift;
   $r->content_type('text/html');    &Apache::loncommon::content_type($r,'text/html');
   $r->send_http_header;    $r->send_http_header;
   
   return OK if $r->header_only;    return OK if $r->header_only;

Removed from v.1.13  
changed lines
  Added in v.1.14


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