--- loncom/interface/statistics/lonstudentassessment.pm 2003/10/03 15:37:29 1.65.2.1 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/09/03 18:23:10 1.66 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.65.2.1 2003/10/03 15:37:29 albertel Exp $ +# $Id: lonstudentassessment.pm,v 1.66 2003/09/03 18:23:10 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -140,6 +140,12 @@ sub BuildStudentAssessmentPage { my ($r,$c)=@_; undef($Statistics); + undef($show_links); + undef($output_mode); + undef($data); + undef($base); + undef($datadescription); + undef($single_student_mode); $single_student_mode = 0; $single_student_mode = 1 if ($ENV{'form.SelectedStudent'}); @@ -194,9 +200,6 @@ sub BuildStudentAssessmentPage { # are immediately reflected in the chart. &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 $initialize->($r); foreach my $student (@Students) { @@ -588,6 +591,7 @@ sub html_initialize { $padding = ' 'x3; $count = 0; $nodata_count = 0; + undef(%prog_state); # $r->print("