Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.16 and 1.17

version 1.16, 2002/08/06 17:38:26 version 1.17, 2002/08/09 19:49:30
Line 558  sub BuildStatisticsTable { Line 558  sub BuildStatisticsTable {
   
 #check with Gerd  #check with Gerd
     $urlres=~/^(\w+)\/(\w+)/;      $urlres=~/^(\w+)\/(\w+)/;
     if ($StdNo) {       if ($StdNo) {
  &Apache::lonnet::put('resevaldata',\%storestats,$1,$2);    &Apache::lonnet::put('nohist_resevaldata',\%storestats,
     }       $1,$2);
       }
 #-------------------------------- Row of statistical table  #-------------------------------- Row of statistical table
             &TableRow($cache,$join,$cIdx,($p_count-1),$r,$color,              &TableRow($cache,$join,$cIdx,($p_count-1),$r,$color,
                       \%TempCache);                        \%TempCache);

Removed from v.1.16  
changed lines
  Added in v.1.17


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