[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm
raeburn
raeburn at source.lon-capa.org
Mon Mar 9 20:47:18 EDT 2015
raeburn Tue Mar 10 00:47:18 2015 EDT
Modified files:
/loncom/interface lonstatistics.pm
Log:
- Typo
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.160 loncom/interface/lonstatistics.pm:1.161
--- loncom/interface/lonstatistics.pm:1.160 Wed Feb 26 01:18:49 2014
+++ loncom/interface/lonstatistics.pm Tue Mar 10 00:47:18 2015
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.160 2014/02/26 01:18:49 raeburn Exp $
+# $Id: lonstatistics.pm,v 1.161 2015/03/10 00:47:18 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -868,7 +868,7 @@
#
# Clean out the caches
if (exists($env{'form.ClearCache'})) {
- &Apache::loncoursedata::delete_caches($env{'requres.course.id'});
+ &Apache::loncoursedata::delete_caches($env{'request.course.id'});
}
#
my $GoToPage = $env{'form.reportSelected'};
More information about the LON-CAPA-cvs
mailing list