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

version 1.22.4.10, 2021/03/04 01:38:00 version 1.22.4.10.2.1, 2022/01/01 04:28:19
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.10  
changed lines
  Added in v.1.22.4.10.2.1


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