[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonuserstate.pm
raeburn
raeburn at source.lon-capa.org
Thu Mar 29 16:10:47 EDT 2018
raeburn Thu Mar 29 20:10:47 2018 EDT
Modified files: (Branch: version_2_11_X)
/rat lonuserstate.pm
Log:
- For 2.11
Backport 1.155.
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.149 rat/lonuserstate.pm:1.149.2.1
--- rat/lonuserstate.pm:1.149 Mon Dec 15 01:10:19 2014
+++ rat/lonuserstate.pm Thu Mar 29 20:10:47 2018
@@ -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.149 2014/12/15 01:10:19 raeburn Exp $
+# $Id: lonuserstate.pm,v 1.149.2.1 2018/03/29 20:10:47 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1174,6 +1174,8 @@
&unlink_tmpfiles($fn);
}
undef %randompick;
+ undef %randompickseed;
+ undef %randomorder;
undef %hiddenurl;
undef %encurl;
$retfrid='';
@@ -1317,6 +1319,8 @@
$lock=1;
}
undef %randompick;
+ undef %randompickseed;
+ undef %randomorder;
undef %hiddenurl;
undef %encurl;
$errtext='';
More information about the LON-CAPA-cvs
mailing list