Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.77 and 1.78

version 1.77, 2004/03/29 19:45:55 version 1.78, 2004/03/29 19:50:23
Line 416  sub BuildProblemStatisticsPage { Line 416  sub BuildProblemStatisticsPage {
     } else {      } else {
         my $count = 0;          my $count = 0;
         foreach my $seq (&Apache::lonstatistics::Sequences_with_Assess()) {          foreach my $seq (&Apache::lonstatistics::Sequences_with_Assess()) {
             $count += $seq->{'num_assess'};              $count += $seq->{'num_assess_parts'};
         }          }
         if ($count > 10) {          if ($count > 10) {
             $r->print('<h2>'.              $r->print('<h2>'.

Removed from v.1.77  
changed lines
  Added in v.1.78


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