Diff for /loncom/auth/lonroles.pm between versions 1.269.2.34.2.1 and 1.269.2.34.2.2

version 1.269.2.34.2.1, 2017/10/14 22:27:40 version 1.269.2.34.2.2, 2020/05/25 16:23:54
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.34.2.1  
changed lines
  Added in v.1.269.2.34.2.2


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