--- loncom/lonnet/perl/lonnet.pm 2006/01/11 08:07:34 1.683.2.8 +++ loncom/lonnet/perl/lonnet.pm 2006/01/11 08:25:06 1.683.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.683.2.8 2006/01/11 08:07:34 albertel Exp $ +# $Id: lonnet.pm,v 1.683.2.9 2006/01/11 08:25:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6088,10 +6088,10 @@ sub declutter { if ($thisfn=~m|^/enc/|) { $thisfn=&Apache::lonenc::unencrypted($thisfn); } $thisfn=~s/^\Q$perlvar{'lonDocRoot'}\E//; $thisfn=~s/^\///; - $thisfn=~s/^res\///; - $thisfn=~s/\?.+$//; $thisfn=~s|^adm/wrapper/||; $thisfn=~s|^adm/coursedocs/showdoc/||; + $thisfn=~s/^res\///; + $thisfn=~s/\?.+$//; return $thisfn; }