Diff for /loncom/interface/lonquickgrades.pm between versions 1.53 and 1.54

version 1.53, 2010/12/03 15:19:09 version 1.54, 2010/12/03 15:21:35
Line 94  sub real_handler { Line 94  sub real_handler {
   
     $r->rflush();      $r->rflush();
   
     my $uname='korte';  #    my $uname='korte';
     my $udom='gerd';  #    my $udom='gerd';
   
       my $uname;
       my $udom;
   
     my ($navmap,$totalParts,$totalPossible,$totalRight,$totalAttempted,$topLevelParts,$topLevelRight,$topLevelAttempted)=      my ($navmap,$totalParts,$totalPossible,$totalRight,$totalAttempted,$topLevelParts,$topLevelRight,$topLevelAttempted)=
        &getData($showPoints,$uname,$udom);         &getData($showPoints,$uname,$udom);

Removed from v.1.53  
changed lines
  Added in v.1.54


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