--- loncom/interface/loncoursedata.pm 2002/08/15 16:03:11 1.18 +++ loncom/interface/loncoursedata.pm 2002/08/15 16:11:34 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: loncoursedata.pm,v 1.18 2002/08/15 16:03:11 stredwic Exp $ +# $Id: loncoursedata.pm,v 1.19 2002/08/15 16:11:34 stredwic Exp $ # # Copyright Michigan State University Board of Trustees # @@ -201,6 +201,7 @@ sub DownloadCourseInformation { if(!defined($WhatIWant)) { $WhatIWant = '.'; } + $WhatIWant = '.'; %courseData=&Apache::lonnet::dump($courseID, $domain, $name, $WhatIWant); $courseData{'UpToDate'} = 'false'; $courseData{'lastDownloadTime'}=time; @@ -1187,12 +1188,12 @@ sub CheckForResidualDownload { &Apache::lonhtmlcommon::Create_PrgWin($r, $title, $heading); } - my $count=1; + my c$ount=1; foreach my $name (@students) { last if($c->aborted()); if($status eq 'true') { - my $displayString = $count.'/'.$studentCount.': '.$_; + my $displayString = $count.'/'.$studentCount.': '.$name; &Apache::lonhtmlcommon::Update_PrgWin($displayString, $r); }