Diff for /loncom/interface/lonbulletin.pm between versions 1.15 and 1.16

version 1.15, 2003/09/17 19:45:39 version 1.16, 2003/09/21 21:40:06
Line 38  use Apache::lonlocal; Line 38  use Apache::lonlocal;
   
 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.15  
changed lines
  Added in v.1.16


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