Diff for /loncom/interface/lonquickgrades.pm between versions 1.49.6.8 and 1.49.6.8.2.1

version 1.49.6.8, 2021/12/14 02:44:05 version 1.49.6.8.2.1, 2022/01/01 18:01:03
Line 85  sub real_handler { Line 85  sub real_handler {
   
     unless ($cangrade) {      unless ($cangrade) {
         # 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,'grades');
         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.49.6.8  
changed lines
  Added in v.1.49.6.8.2.1


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