Diff for /loncom/publisher/lonpublisher.pm between versions 1.221 and 1.222

version 1.221, 2007/03/02 23:18:19 version 1.222, 2007/03/02 23:20:17
Line 418  sub urlfixup { Line 418  sub urlfixup {
         }          }
     }      }
     if ($url=~/^(?:http|https|ftp)\:\/\//) { return $url; }      if ($url=~/^(?:http|https|ftp)\:\/\//) { return $url; }
     $url=~s/\~$cuname/res\/$cudom\/$cuname/;      $url=~s{\Q~$cuname\E}{res/$cudom/$cuname};
     return $url;      return $url;
 }  }
   

Removed from v.1.221  
changed lines
  Added in v.1.222


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