Diff for /loncom/interface/londocs.pm between versions 1.200 and 1.201

version 1.200, 2005/08/01 17:24:18 version 1.201, 2005/08/24 21:08:14
Line 155  sub dumpcourse { Line 155  sub dumpcourse {
  my ($ca,$cd)=split(/\@/,$env{'form.authorspace'});   my ($ca,$cd)=split(/\@/,$env{'form.authorspace'});
  $r->print('<h3>'.&mt('Copying Files').'</h3>');   $r->print('<h3>'.&mt('Copying Files').'</h3>');
  my $title=$env{'form.authorfolder'};   my $title=$env{'form.authorfolder'};
    my ($ext)=($title=~s/\.(\w+)$//);
  $title=&clean($title);   $title=&clean($title);
    $title.='.'.$ext;
  my %replacehash=();   my %replacehash=();
  foreach (keys %env) {   foreach (keys %env) {
     if ($_=~/^form\.namefor\_(.+)/) {      if ($_=~/^form\.namefor\_(.+)/) {

Removed from v.1.200  
changed lines
  Added in v.1.201


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