[LON-CAPA-cvs] cvs: loncom /interface loncoursedata.pm

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 19 Apr 2005 15:44:40 -0000


matthew		Tue Apr 19 11:44:40 2005 EDT

  Modified files:              
    /loncom/interface	loncoursedata.pm 
  Log:
  Caching bug - loading chart or spreadsheet would update the cache with the
  most current submissions but would pretend that a full update (all 
  submissions) was done.
  
  
Index: loncom/interface/loncoursedata.pm
diff -u loncom/interface/loncoursedata.pm:1.147 loncom/interface/loncoursedata.pm:1.148
--- loncom/interface/loncoursedata.pm:1.147	Mon Apr 18 20:44:31 2005
+++ loncom/interface/loncoursedata.pm	Tue Apr 19 11:44:40 2005
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncoursedata.pm,v 1.147 2005/04/19 00:44:31 matthew Exp $
+# $Id: loncoursedata.pm,v 1.148 2005/04/19 15:44:40 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1214,7 +1214,7 @@
     #
     # Set the students update time
     if ($Results[0] eq 'okay') {
-        &store_updatetime($student_id,$time_of_retrieval,$time_of_retrieval);
+        &store_updatetime($student_id,$time_of_retrieval);
     }
     #
     return @Results;