--- rat/lonuserstate.pm 2011/08/18 04:17:07 1.141 +++ rat/lonuserstate.pm 2011/10/20 17:14:19 1.142 @@ -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.141 2011/08/18 04:17:07 raeburn Exp $ +# $Id: lonuserstate.pm,v 1.142 2011/10/20 17:14:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -297,7 +297,7 @@ sub loadmap { # processing the randomorder parameter if it is set, not # randompick. - @map_ids=&math::Random::random_permutation(@map_ids); + @map_ids=&Math::Random::random_permutation(@map_ids); }