--- loncom/interface/statistics/lonproblemstatistics.pm 2002/08/30 15:35:08 1.31 +++ loncom/interface/statistics/lonproblemstatistics.pm 2002/09/02 20:21:43 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonproblemstatistics.pm,v 1.31 2002/08/30 15:35:08 stredwic Exp $ +# $Id: lonproblemstatistics.pm,v 1.32 2002/09/02 20:21:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -811,7 +811,7 @@ sub CalculateStatistics { '___difficulty'}=$data->{$_.':degreeOfDifficulty'}; $cache->{$sequence.':source'} =~ /^(\w+)\/(\w+)/; if($data->{$_.':studentCount'}) { - &Apache::lonnet::put('resevaldata',\%storestats,$1,$2); + &Apache::lonnet::put('nohist_resevaldata',\%storestats,$1,$2); } }