[LON-CAPA-cvs] cvs: rat / lonuserstate.pm
raeburn
raeburn at source.lon-capa.org
Thu Oct 20 13:14:19 EDT 2011
raeburn Thu Oct 20 17:14:19 2011 EDT
Modified files:
/rat lonuserstate.pm
Log:
- Fix typo in 1.139.
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.141 rat/lonuserstate.pm:1.142
--- rat/lonuserstate.pm:1.141 Thu Aug 18 04:17:07 2011
+++ rat/lonuserstate.pm Thu Oct 20 17:14:19 2011
@@ -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 @@
# 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);
}
More information about the LON-CAPA-cvs
mailing list