Diff for /loncom/homework/grades.pm between versions 1.686 and 1.687

version 1.686, 2013/04/11 14:59:39 version 1.687, 2013/05/10 12:48:48
Line 9757  sub handler { Line 9757  sub handler {
         }          }
     } elsif (!%perm) {      } elsif (!%perm) {
         $request->internal_redirect('/adm/quickgrades');          $request->internal_redirect('/adm/quickgrades');
           return OK;
     }      }
     &Apache::loncommon::content_type($request,'text/html');      &Apache::loncommon::content_type($request,'text/html');
     $request->send_http_header;      $request->send_http_header;

Removed from v.1.686  
changed lines
  Added in v.1.687


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