--- loncom/interface/londocs.pm 2003/07/24 22:06:07 1.69.2.1 +++ loncom/interface/londocs.pm 2003/08/07 19:12:42 1.69.2.1.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.69.2.1 2003/07/24 22:06:07 albertel Exp $ +# $Id: londocs.pm,v 1.69.2.1.2.2 2003/08/07 19:12:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -265,7 +265,7 @@ END } } $url=~s/^http\&colon\;\/\//\/adm\/wrapper\/ext\//; - if ($residx) { + if (($residx) && ($folder!~/supplemental/)) { $url.=(($url=~/\?/)?'&':'?').'symb='. &Apache::lonnet::escape(&Apache::lonnet::symbclean( &Apache::lonnet::declutter('uploaded/'. @@ -411,6 +411,7 @@ sub handler { } } &untiehash(); + $r->print('
No content modifications yet.
'); }