Diff for /loncom/interface/lonnavdisplay.pm between versions 1.22.4.9.4.2 and 1.22.4.10

version 1.22.4.9.4.2, 2021/03/04 14:00:19 version 1.22.4.10, 2021/03/04 01:38:00
Line 55  sub real_handler { Line 55  sub real_handler {
     }      }
   
     # Check for critical messages and redirect if present.      # Check for critical messages and redirect if present.
     my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'contents');      my ($redirect,$url) = &Apache::loncommon::critical_redirect(300);
     if ($redirect) {      if ($redirect) {
         &Apache::loncommon::content_type($r,'text/html');          &Apache::loncommon::content_type($r,'text/html');
         $r->header_out(Location => $url);          $r->header_out(Location => $url);

Removed from v.1.22.4.9.4.2  
changed lines
  Added in v.1.22.4.10


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