--- loncom/interface/statistics/lonproblemstatistics.pm 2002/08/06 17:38:26 1.16 +++ loncom/interface/statistics/lonproblemstatistics.pm 2002/08/09 19:49:30 1.17 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonproblemstatistics.pm,v 1.16 2002/08/06 17:38:26 minaeibi Exp $ +# $Id: lonproblemstatistics.pm,v 1.17 2002/08/09 19:49:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -558,9 +558,10 @@ sub BuildStatisticsTable { #check with Gerd $urlres=~/^(\w+)\/(\w+)/; - if ($StdNo) { - &Apache::lonnet::put('resevaldata',\%storestats,$1,$2); - } + if ($StdNo) { + &Apache::lonnet::put('nohist_resevaldata',\%storestats, + $1,$2); + } #-------------------------------- Row of statistical table &TableRow($cache,$join,$cIdx,($p_count-1),$r,$color, \%TempCache);