--- rat/lonuserstate.pm 2002/06/05 12:52:05 1.27 +++ rat/lonuserstate.pm 2002/06/17 16:40:24 1.28 @@ -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.27 2002/06/05 12:52:05 www Exp $ +# $Id: lonuserstate.pm,v 1.28 2002/06/17 16:40:24 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -233,7 +233,9 @@ sub loadmap { } else { $hash{'param_'.$referid}=''.$newparam; } - + if ($token->[2]->{'name'} eq 'mapalias') { + $hash{'mapalias_'.$token->[2]->{'value'}}=$referid; + } } }