[LON-CAPA-cvs] cvs: loncom /interface loncoursedata.pm
stredwic
lon-capa-cvs@mail.lon-capa.org
Tue, 03 Sep 2002 12:27:05 -0000
stredwic Tue Sep 3 08:27:05 2002 EDT
Modified files:
/loncom/interface loncoursedata.pm
Log:
Incorrect parameters for CheckForResidualDownload. This explains a couple
of oddities when using the stop button, which is why the status display
didn't always show up. When that occurred, it was probably just skipping
the already downloaded data, but would just be downloaded again in the
next step so no data was missed.
Index: loncom/interface/loncoursedata.pm
diff -u loncom/interface/loncoursedata.pm:1.29 loncom/interface/loncoursedata.pm:1.30
--- loncom/interface/loncoursedata.pm:1.29 Mon Sep 2 22:22:40 2002
+++ loncom/interface/loncoursedata.pm Tue Sep 3 08:27:05 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# (Publication Handler
#
-# $Id: loncoursedata.pm,v 1.29 2002/09/03 02:22:40 albertel Exp $
+# $Id: loncoursedata.pm,v 1.30 2002/09/03 12:27:05 stredwic Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1250,7 +1250,7 @@
$WhatIWant .= '|timestamp)';
$WhatIWant .= ')';
- &CheckForResidualDownload($courseID, $cacheDB, $students, $c);
+ &CheckForResidualDownload($cacheDB, 'true', 'true', $courseID, $r, $c);
my $studentCount = scalar(@$students);
if($status eq 'true') {