[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Oct 2003 17:08:53 -0000
matthew Thu Oct 2 13:08:53 2003 EDT
Modified files:
/loncom/interface lonstatistics.pm
Log:
&Gather_Full_Student_Data now calls loncoursedata::clear_internal_caches().
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.83 loncom/interface/lonstatistics.pm:1.84
--- loncom/interface/lonstatistics.pm:1.83 Thu Oct 2 13:07:41 2003
+++ loncom/interface/lonstatistics.pm Thu Oct 2 13:08:53 2003
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.83 2003/10/02 17:07:41 matthew Exp $
+# $Id: lonstatistics.pm,v 1.84 2003/10/02 17:08:53 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -920,6 +920,8 @@
sub Gather_Full_Student_Data {
my ($r) = @_;
my $c = $r->connection();
+ #
+ &Apache::loncoursedata::clear_internal_caches();
#
my @Students = @Apache::lonstatistics::Students;
#