Diff for /loncom/interface/multidownload.pl between versions 1.23 and 1.24

version 1.23, 2007/04/30 22:47:28 version 1.24, 2007/05/05 17:26:27
Line 86  if (&Apache::lonnet::allowed('vgr',$scop Line 86  if (&Apache::lonnet::allowed('vgr',$scop
     if (!open MANIFEST, ">$doc_zip_root/zipdir/$unique_user/$unique_path/manifest.txt") {      if (!open MANIFEST, ">$doc_zip_root/zipdir/$unique_user/$unique_path/manifest.txt") {
         &Apache::lonnet::logthis("Problem making manifest");          &Apache::lonnet::logthis("Problem making manifest");
     }      }
     print MANIFEST "Files contained in this zip:\n";      print MANIFEST &mt("Files contained in this zip:\n");
     my $file_problem = 0;      my $file_problem = 0;
     foreach my $stu (@stuchecked) {      foreach my $stu (@stuchecked) {
         my %files_saved;          my %files_saved;

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


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