Diff for /loncom/interface/loncoursedata.pm between versions 1.18 and 1.19

version 1.18, 2002/08/15 16:03:11 version 1.19, 2002/08/15 16:11:34
Line 201  sub DownloadCourseInformation { Line 201  sub DownloadCourseInformation {
     if(!defined($WhatIWant)) {      if(!defined($WhatIWant)) {
         $WhatIWant = '.';          $WhatIWant = '.';
     }      }
           $WhatIWant = '.';
     %courseData=&Apache::lonnet::dump($courseID, $domain, $name, $WhatIWant);      %courseData=&Apache::lonnet::dump($courseID, $domain, $name, $WhatIWant);
     $courseData{'UpToDate'} = 'false';      $courseData{'UpToDate'} = 'false';
     $courseData{'lastDownloadTime'}=time;      $courseData{'lastDownloadTime'}=time;
Line 1187  sub CheckForResidualDownload { Line 1188  sub CheckForResidualDownload {
         &Apache::lonhtmlcommon::Create_PrgWin($r, $title, $heading);          &Apache::lonhtmlcommon::Create_PrgWin($r, $title, $heading);
     }      }
   
     my $count=1;      my c$ount=1;
     foreach my $name (@students) {      foreach my $name (@students) {
         last if($c->aborted());          last if($c->aborted());
   
         if($status eq 'true') {          if($status eq 'true') {
             my $displayString = $count.'/'.$studentCount.': '.$_;              my $displayString = $count.'/'.$studentCount.': '.$name;
             &Apache::lonhtmlcommon::Update_PrgWin($displayString, $r);              &Apache::lonhtmlcommon::Update_PrgWin($displayString, $r);
         }          }
   

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>