Diff for /loncom/interface/lonnavdisplay.pm between versions 1.22.4.9 and 1.22.4.9.4.1

version 1.22.4.9, 2019/02/03 22:19:06 version 1.22.4.9.4.1, 2020/09/08 04:26:22
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);      my ($redirect,$url) = &Apache::loncommon::critical_redirect(300,'contents');
     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  
changed lines
  Added in v.1.22.4.9.4.1


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