Diff for /loncom/interface/statistics/loncorrectproblemplot.pm between versions 1.9 and 1.10

version 1.9, 2004/03/07 20:53:41 version 1.10, 2004/03/08 18:42:58
Line 123  sub BuildCorrectProblemsPage { Line 123  sub BuildCorrectProblemsPage {
             }              }
         }          }
         my ($starttime,$endtime) = &Apache::lonstathelpers::get_time_limits();          my ($starttime,$endtime) = &Apache::lonstathelpers::get_time_limits();
           if (defined($starttime) || defined($endtime)) {
               # Inform the user what the time limits on the data are.
               $r->print(&mt('Statistics on submissions from [_1] to [_2]',
                             &Apache::lonlocal::locallocaltime($starttime),
                             &Apache::lonlocal::locallocaltime($endtime)));
           }
         my $score_data = &Apache::loncoursedata::get_student_scores          my $score_data = &Apache::loncoursedata::get_student_scores
             (\@Apache::lonstatistics::SelectedSections,              (\@Apache::lonstatistics::SelectedSections,
              \@ProblemSymbs,               \@ProblemSymbs,

Removed from v.1.9  
changed lines
  Added in v.1.10


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