[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonstatistics.pm
raeburn
raeburn at source.lon-capa.org
Sun Aug 14 12:38:05 EDT 2016
raeburn Sun Aug 14 16:38:05 2016 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonstatistics.pm
Log:
- For 2.11
- Backport 1.163
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.156.2.6 loncom/interface/lonstatistics.pm:1.156.2.7
--- loncom/interface/lonstatistics.pm:1.156.2.6 Sat Aug 6 01:44:16 2016
+++ loncom/interface/lonstatistics.pm Sun Aug 14 16:38:05 2016
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstatistics.pm,v 1.156.2.6 2016/08/06 01:44:16 raeburn Exp $
+# $Id: lonstatistics.pm,v 1.156.2.7 2016/08/14 16:38:05 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -547,6 +547,11 @@
&PrepareClasslist()
}
#
+ # Make sure course's student table is up to date
+ if (@Sections) {
+ &Apache::loncoursedata::ensure_current_sections();
+ }
+ #
# Build the form element
my $Str = "\n";
$Str .= '<select name="'.$elementname.'" ';
More information about the LON-CAPA-cvs
mailing list