--- loncom/interface/loncoursedata.pm 2003/01/31 22:30:16 1.42 +++ loncom/interface/loncoursedata.pm 2003/02/05 01:39:32 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.42 2003/01/31 22:30:16 matthew Exp $ +# $Id: loncoursedata.pm,v 1.44 2003/02/05 01:39:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -522,7 +522,7 @@ sub ProcessTopResourceMap { $errorMessage .= 'loncoursedata::ProcessTopLevelMap.'; $errorMessage .= " bighash to_$currentResourceID not defined!"; &Apache::lonnet::logthis($errorMessage); - last; + if (!defined($currentResourceID)) {last;} } my @nextResources=(); foreach (split(/\,/,$hash{'to_'.$currentResourceID})) { @@ -1214,7 +1214,7 @@ sub DownloadStudentCourseData { if($c->aborted()) { return 'Aborted'; } - if(1) { #($needUpdate eq 'true') { + if($needUpdate eq 'true') { $downloadTime = 'Not downloaded'; } my $courseData = @@ -1288,7 +1288,7 @@ sub DownloadStudentCourseDataSeparate { return 'Aborted'; } - if(1) { #($needUpdate eq 'true') { + if($needUpdate eq 'true') { $downloadTime = 'Not downloaded'; }