--- rat/lonuserstate.pm 2005/06/29 11:57:17 1.93 +++ rat/lonuserstate.pm 2005/07/14 21:30:24 1.94 @@ -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.93 2005/06/29 11:57:17 www Exp $ +# $Id: lonuserstate.pm,v 1.94 2005/07/14 21:30:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -128,6 +128,7 @@ sub loadmap { # Successfully got file, parse it my $parser = HTML::TokeParser->new(\$instr); + #$parser->attr_encoded(1); my $token; my $linkpc=0; @@ -590,6 +591,7 @@ sub readmap { } # ----------------------------------------------- Close hashes to finally store # --------------------------------- Routine must pass this point, no early outs + $hash{'first_url'}=$retfurl; unless ((untie(%hash)) && (untie(%parmhash))) { &Apache::lonnet::logthis("WARNING: ". "Could not untie coursemap $fn for $uri.");