--- loncom/interface/loncommon.pm 2011/10/24 19:36:06 1.1022 +++ loncom/interface/loncommon.pm 2011/10/24 22:02:41 1.1023 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1022 2011/10/24 19:36:06 www Exp $ +# $Id: loncommon.pm,v 1.1023 2011/10/24 22:02:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8938,7 +8938,6 @@ sub modify_html_refs { $container = $env{'form.primaryurl'}; } else { $container = $env{'form.filename'}; - $container =~ s{^/priv/(\Q$uname\E)/(.*)}{/home/$1/public_html/$2}; } my (%allfiles,%codebase,$output,$content); my @changes = &get_env_multiple('form.namechange');