--- rat/lonuserstate.pm 2002/09/04 19:37:32 1.41 +++ rat/lonuserstate.pm 2002/09/06 15:18:23 1.42 @@ -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.41 2002/09/04 19:37:32 www Exp $ +# $Id: lonuserstate.pm,v 1.42 2002/09/06 15:18:23 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,7 +125,7 @@ sub loadmap { || ($embstyle eq 'ssi')) { $turi='/adm/wrapper'.$turi; } elsif ($turi!~/\.(sequence|page)$/) { - $turi='/adm/coursedocs?showdoc='.$turi; + $turi='/adm/coursedocs/showdoc'.$turi; } } else { # normal internal resource if (($embstyle eq 'img') || ($embstyle eq 'emb')