--- loncom/interface/loncoursedata.pm 2005/04/19 00:44:31 1.147 +++ loncom/interface/loncoursedata.pm 2005/04/19 15:44:40 1.148 @@ -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 @@ sub update_student_data { # # 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;