--- loncom/interface/statistics/lonstathelpers.pm 2011/03/25 01:34:53 1.66 +++ loncom/interface/statistics/lonstathelpers.pm 2011/07/04 09:25:02 1.67 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.66 2011/03/25 01:34:53 www Exp $ +# $Id: lonstathelpers.pm,v 1.67 2011/07/04 09:25:02 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1004,7 +1004,7 @@ prior to every analysis lookup. sub ensure_proper_cache { my ($symb) = @_; my $cid = $env{'request.course.id'}; - my $new_filename = '/home/httpd/perl/tmp/'. + my $new_filename = LONCAPA::tempdir() . 'problemanalysis_'.$cid.'_analysis_cache.db'; if (! defined($cache_filename) || $cache_filename ne $new_filename ||