Diff for /loncom/publisher/lonpublisher.pm between versions 1.15 and 1.19

version 1.15, 2000/12/23 15:53:26 version 1.19, 2001/03/22 22:44:12
Line 15  use File::Copy; Line 15  use File::Copy;
 use Apache::Constants qw(:common :http :methods);  use Apache::Constants qw(:common :http :methods);
 use HTML::TokeParser;  use HTML::TokeParser;
 use Apache::lonxml;  use Apache::lonxml;
 use Apache::structuretags;  use Apache::lonhomework;
 use Apache::inputtags;  
 use Apache::response;  
   
 my %addid;  my %addid;
 my %nokey;  my %nokey;
Line 790  ENDOPEN Line 788  ENDOPEN
               $i++;                     $i++;     
    }     }
        }         }
     }  
     closedir(DIR);      closedir(DIR);
   $r->print('</script>');    $r->print('</script>');
   

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


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