Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.31 and 1.32

version 1.31, 2002/08/30 15:35:08 version 1.32, 2002/09/02 20:21:43
Line 811  sub CalculateStatistics { Line 811  sub CalculateStatistics {
                         '___difficulty'}=$data->{$_.':degreeOfDifficulty'};                          '___difficulty'}=$data->{$_.':degreeOfDifficulty'};
         $cache->{$sequence.':source'} =~ /^(\w+)\/(\w+)/;          $cache->{$sequence.':source'} =~ /^(\w+)\/(\w+)/;
         if($data->{$_.':studentCount'}) {           if($data->{$_.':studentCount'}) { 
             &Apache::lonnet::put('resevaldata',\%storestats,$1,$2);              &Apache::lonnet::put('nohist_resevaldata',\%storestats,$1,$2);
         }          }
     }      }
   

Removed from v.1.31  
changed lines
  Added in v.1.32


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