--- loncom/interface/lonstatistics.pm	2003/06/20 18:50:17	1.78
+++ loncom/interface/lonstatistics.pm	2003/10/03 15:40:47	1.78.2.2
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstatistics.pm,v 1.78 2003/06/20 18:50:17 matthew Exp $
+# $Id: lonstatistics.pm,v 1.78.2.2 2003/10/03 15:40:47 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -926,6 +926,10 @@ sub handler {
     my $r=shift;
     my $c = $r->connection();
     #
+    &Apache::loncoursedata::clear_internal_caches();
+    #
+    &Apache::loncoursedata::clear_internal_caches();
+    #
     # Check for overloading
     my $loaderror=&Apache::lonnet::overloaderror($r);
     if ($loaderror) { return $loaderror; }