Diff for /loncom/interface/lonquickgrades.pm between versions 1.9 and 1.10

version 1.9, 2002/12/06 19:29:28 version 1.10, 2003/02/06 14:37:34
Line 77  sub real_handler { Line 77  sub real_handler {
     # Keep this hash in sync with %statusIconMap in lonnavmaps; they      # Keep this hash in sync with %statusIconMap in lonnavmaps; they
     # should match color/icon      # should match color/icon
     my $res = $navmap->firstResource(); # temp resource to access constants      my $res = $navmap->firstResource(); # temp resource to access constants
   
     if (!defined($navmap)) {  
         my $requrl = $r->uri;  
         $ENV{'user.error.msg'} = "$requrl:bre:0:0:Course not initialized";  
         return HTTP_NOT_ACCEPTABLE;  
     }  
     
     # Header      # Header
     $r->print(&Apache::loncommon::bodytag('Quick Score Display','',      $r->print(&Apache::loncommon::bodytag('Quick Score Display','',

Removed from v.1.9  
changed lines
  Added in v.1.10


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