--- loncom/publisher/loncfile.pm 2003/09/11 21:02:38 1.42 +++ loncom/publisher/loncfile.pm 2003/11/08 10:48:33 1.43 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.42 2003/09/11 21:02:38 albertel Exp $ +# $Id: loncfile.pm,v 1.43 2003/11/08 10:48:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -168,7 +168,7 @@ sub url { sub display { my $fn=shift; - $fn=~s/^\/home\/(\w+)\/public\_html//; + $fn=~s-^/home/(\w+)/public_html-/priv/$1-; return ''.$fn.''; }