Diff for /loncom/interface/lonfeedback.pm between versions 1.386 and 1.387

version 1.386, 2021/10/20 16:15:04 version 1.387, 2021/12/31 20:34:24
Line 4601  ENDREDIR Line 4601  ENDREDIR
   ||    ||
   ($env{'request.course.id'} && ($symb=~/^bulletin\_\_\_/))    ($env{'request.course.id'} && ($symb=~/^bulletin\_\_\_/))
           ||            ||
           (($env{'request.course.id'} && ($feedurl =~ /ext\.tool$/)))            (($env{'request.course.id'}) && ($feedurl =~ /ext\.tool$/))
   ) {    ) {
   &Apache::loncommon::content_type($r,'text/html');    &Apache::loncommon::content_type($r,'text/html');
   $r->send_http_header;    $r->send_http_header;

Removed from v.1.386  
changed lines
  Added in v.1.387


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