[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstathelpers.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Tue, 03 Aug 2004 19:53:12 -0000
matthew Tue Aug 3 15:53:12 2004 EDT
Modified files:
/loncom/interface/statistics lonstathelpers.pm
Log:
Bug 3260 - misspelled cache filename
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.17 loncom/interface/statistics/lonstathelpers.pm:1.18
--- loncom/interface/statistics/lonstathelpers.pm:1.17 Fri Jun 25 17:02:41 2004
+++ loncom/interface/statistics/lonstathelpers.pm Tue Aug 3 15:53:12 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstathelpers.pm,v 1.17 2004/06/25 21:02:41 matthew Exp $
+# $Id: lonstathelpers.pm,v 1.18 2004/08/03 19:53:12 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -639,7 +639,7 @@
my ($symb) = @_;
my $cid = $ENV{'request.course.id'};
my $new_filename = '/home/httpd/perl/tmp/'.
- 'problemanalsysis_'.$cid.'answer_cache.db';
+ 'problemanalysis_'.$cid.'_answer_cache.db';
if (! defined($cache_filename) ||
$cache_filename ne $new_filename ||
! defined($current_symb) ||