Diff for /loncom/publisher/loncoursepub.pm between versions 1.1 and 1.2

version 1.1, 2016/07/01 19:59:56 version 1.2, 2018/04/24 11:18:09
Line 65  sub handler { Line 65  sub handler {
                     }                      }
                     if ($newfilename ne '') {                      if ($newfilename ne '') {
                         my $path = $londocroot.$toppath;                          my $path = $londocroot.$toppath;
                         my $redirect = &Apache::londocs::finishnewprob($toppath,$path,$relpath,$newsubdir,$newfilename);                          my $redirect = &Apache::londocs::finishnewprob($toppath,$path,$relpath,$newsubdir,$newfilename,'upload');
                         if ($redirect) {                          if ($redirect) {
                             my $url = $redirect;                              my $url = $redirect;
                             my $srcfile = $londocroot.$url;                              my $srcfile = $londocroot.$url;

Removed from v.1.1  
changed lines
  Added in v.1.2


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