--- rat/lonuserstate.pm 2004/04/23 19:39:25 1.75 +++ rat/lonuserstate.pm 2004/04/23 23:01:35 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.75 2004/04/23 19:39:25 www Exp $ +# $Id: lonuserstate.pm,v 1.76 2004/04/23 23:01:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -160,11 +160,8 @@ sub loadmap { if ($token->[2]->{'external'} eq 'true') { # external $turi=~s/^http\:\/\//\/adm\/wrapper\/ext\//; } elsif ($turi=~/^\/*uploaded\//) { # uploaded - if (($embstyle eq 'img') || ($embstyle eq 'emb') - || ($embstyle eq 'ssi')) { - unless ($turi =~/\.page$/) { - $turi='/adm/wrapper'.$turi; - } + if (($embstyle eq 'img') || ($embstyle eq 'emb')) { + $turi='/adm/wrapper'.$turi; } elsif ($turi!~/\.(sequence|page)$/) { $turi='/adm/coursedocs/showdoc'.$turi; }