Diff for /loncom/interface/lonannounce.pm between versions 1.20 and 1.21

version 1.20, 2003/09/17 19:45:39 version 1.21, 2003/09/29 13:38:43
Line 212  ENDDIA Line 212  ENDDIA
   
 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.20  
changed lines
  Added in v.1.21


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