--- loncom/interface/lonstatistics.pm 2003/09/29 18:32:38 1.82 +++ loncom/interface/lonstatistics.pm 2003/10/02 17:07:41 1.83 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstatistics.pm,v 1.82 2003/09/29 18:32:38 matthew Exp $ +# $Id: lonstatistics.pm,v 1.83 2003/10/02 17:07:41 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -881,6 +881,8 @@ sub Gather_Student_Data { my ($r) = @_; my $c = $r->connection(); # + &Apache::loncoursedata::clear_internal_caches(); + # my @Sequences = &Apache::lonstatistics::Sequences_with_Assess(); # my @Students = @Apache::lonstatistics::Students;