--- rat/lonuserstate.pm 2003/02/25 15:58:51 1.51 +++ rat/lonuserstate.pm 2003/02/28 16:17:00 1.52 @@ -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.51 2003/02/25 15:58:51 www Exp $ +# $Id: lonuserstate.pm,v 1.52 2003/02/28 16:17:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -141,7 +141,7 @@ sub loadmap { } else { # normal internal resource if (($embstyle eq 'img') || ($embstyle eq 'emb') || ($turi=~/\/(syllabus|aboutme|navmaps|smppg|bulletinboard)$/)) { - $turi='/adm/wrapper'.$turi; + $turi=$turi.'?register=1'; } } }