Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.112 and 1.113

version 1.112, 2005/02/25 02:37:49 version 1.113, 2005/02/25 19:17:44
Line 686  sub html_initialize { Line 686  sub html_initialize {
                                            0,0,0);                                             0,0,0);
             $starttime = Time::HiRes::time;              $starttime = Time::HiRes::time;
             foreach my $res (@resources) {              foreach my $res (@resources) {
                 my @parts = $res->parts;                  my @parts = @{$res->parts};
                 $width{$symb}->{'width_parts'} += scalar(@parts);                  $width{$symb}->{'width_parts'} += scalar(@parts);
             }               } 
             &Apache::lonnet::logthis('2elapsed:'.(Time::HiRes::time-$starttime));            $width{$symb}->{'width_problem'} +=               &Apache::lonnet::logthis('2elapsed:'.(Time::HiRes::time-$starttime));            $width{$symb}->{'width_problem'} += 

Removed from v.1.112  
changed lines
  Added in v.1.113


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