Diff for /loncom/auth/lonroles.pm between versions 1.269.2.37 and 1.269.2.37.2.1

version 1.269.2.37, 2020/02/04 01:55:50 version 1.269.2.37.2.1, 2020/09/08 04:33:36
Line 209  sub handler { Line 209  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,'roles');
     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.269.2.37  
changed lines
  Added in v.1.269.2.37.2.1


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