Diff for /loncom/interface/loncoursedata.pm between versions 1.24 and 1.25

version 1.24, 2002/08/28 22:42:15 version 1.25, 2002/08/29 03:04:10
Line 1130  sub DownloadStudentCourseData { Line 1130  sub DownloadStudentCourseData {
   
         if($c->aborted()) { return 'Aborted'; }          if($c->aborted()) { return 'Aborted'; }
   
         if($downloadTime ne 'Not downloaded') {          #if($downloadTime ne 'Not downloaded') {
     next;   #    next;
  }   #}
  my $courseData =    my $courseData = 
     &DownloadCourseInformation($_, $courseID, $downloadTime,       &DownloadCourseInformation($_, $courseID, $downloadTime, 
        $WhatIWant);         $WhatIWant);
Line 1202  sub DownloadStudentCourseDataSeparate { Line 1202  sub DownloadStudentCourseDataSeparate {
             return 'Aborted';              return 'Aborted';
         }          }
   
         if($downloadTime eq 'Not downloaded') {          #if($downloadTime eq 'Not downloaded') {
             my $error = 0;              my $error = 0;
             my $courseData =               my $courseData = 
                 &DownloadCourseInformation($_, $courseID, $downloadTime,                  &DownloadCourseInformation($_, $courseID, $downloadTime,
Line 1226  sub DownloadStudentCourseDataSeparate { Line 1226  sub DownloadStudentCourseDataSeparate {
                 $downloadData{$_.':error'} = 'No course data for '.$_;                  $downloadData{$_.':error'} = 'No course data for '.$_;
             }              }
             untie(%downloadData);              untie(%downloadData);
         }          #}
     }      }
     if($status eq 'true') { &Apache::lonhtmlcommon::Close_PrgWin($r); }      if($status eq 'true') { &Apache::lonhtmlcommon::Close_PrgWin($r); }
   

Removed from v.1.24  
changed lines
  Added in v.1.25


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