--- rat/lonuserstate.pm 2006/07/07 22:01:25 1.118 +++ rat/lonuserstate.pm 2007/06/28 22:16:53 1.119 @@ -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.118 2006/07/07 22:01:25 raeburn Exp $ +# $Id: lonuserstate.pm,v 1.119 2007/06/28 22:16:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -298,7 +298,7 @@ sub loadmap { $randompick{$referid}=$token->[2]->{'value'}; } if ($token->[2]->{'name'}=~/^parameter_(0_)*randompickseed$/) { - $randompick{$referid}=$token->[2]->{'value'}; + $randompickseed{$referid}=$token->[2]->{'value'}; } if ($token->[2]->{'name'}=~/^parameter_(0_)*encrypturl$/) { if ($token->[2]->{'value'}=~/^yes$/i) {