Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.65 and 1.65.2.1

version 1.65, 2003/09/03 17:45:49 version 1.65.2.1, 2003/10/03 15:37:29
Line 194  sub BuildStudentAssessmentPage { Line 194  sub BuildStudentAssessmentPage {
     #       are immediately reflected in the chart.      #       are immediately reflected in the chart.
     &Apache::lonnet::clear_EXT_cache_status();      &Apache::lonnet::clear_EXT_cache_status();
     #      #
       # Clean out loncoursedata's package data, just to be safe.
       &Apache::loncoursedata::clear_internal_caches();
       #
     # Call the initialize routine selected above      # Call the initialize routine selected above
     $initialize->($r);      $initialize->($r);
     foreach my $student (@Students) {      foreach my $student (@Students) {

Removed from v.1.65  
changed lines
  Added in v.1.65.2.1


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