Diff for /loncom/publisher/lonupload.pm between versions 1.10 and 1.11

version 1.10, 2001/12/17 00:57:59 version 1.11, 2002/08/05 02:22:56
Line 156  sub phasetwo { Line 156  sub phasetwo {
  'The extension on this file is not recognized by LON-CAPA.'.   'The extension on this file is not recognized by LON-CAPA.'.
  '</font>');   '</font>');
    } elsif (copy($source,$target)) {     } elsif (copy($source,$target)) {
          chmod(0660, $target); # Set permissions to rw-rw---.
       $r->print('File copied.');        $r->print('File copied.');
               $r->print('<p><font size=+2><a href="'.$fn.                $r->print('<p><font size=+2><a href="'.$fn.
                         '">View file</a></font>');                          '">View file</a></font>');

Removed from v.1.10  
changed lines
  Added in v.1.11


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