[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonroles.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 7 21:59:42 EDT 2013
raeburn Thu Aug 8 01:59:42 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom/auth lonroles.pm
Log:
- For 2.11
- Backport 1.289.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.269.2.10 loncom/auth/lonroles.pm:1.269.2.11
--- loncom/auth/lonroles.pm:1.269.2.10 Wed Jun 5 15:35:32 2013
+++ loncom/auth/lonroles.pm Thu Aug 8 01:59:42 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.269.2.10 2013/06/05 15:35:32 raeburn Exp $
+# $Id: lonroles.pm,v 1.269.2.11 2013/08/08 01:59:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -538,6 +538,7 @@
my ($feeds,$syllabus_time);
&Apache::lonrss::advertisefeeds($cnum,$cdom,undef,\$feeds);
&Apache::lonnet::appenv({'request.course.feeds' => $feeds});
+ &Apache::lonnet::get_numsuppfiles($cnum,$cdom,1);
unless ($env{'course.'.$cdom.'_'.$cnum.'.updatedsyllabus'}) {
unless (($env{'course.'.$cdom.'_'.$cnum.'.externalsyllabus'}) ||
($env{'course.'.$cdom.'_'.$cnum.'.uploadedsyllabus'})) {
More information about the LON-CAPA-cvs
mailing list