Diff for /loncom/interface/lonmainmenu.pm between versions 1.10.2.2 and 1.10.2.2.4.1

version 1.10.2.2, 2014/05/22 12:47:27 version 1.10.2.2.4.1, 2020/09/08 04:28:39
Line 44  sub handler { Line 44  sub handler {
     my $r = shift;      my $r = shift;
   
     # 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,'menu');
     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.10.2.2  
changed lines
  Added in v.1.10.2.2.4.1


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