[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 1 22:10:52 EDT 2019
raeburn Fri Aug 2 02:10:52 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface domainprefs.pm
Log:
- For 2.11
Typo in 1.160.6.91 backport of 1.350.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.94 loncom/interface/domainprefs.pm:1.160.6.95
--- loncom/interface/domainprefs.pm:1.160.6.94 Thu Aug 1 01:45:48 2019
+++ loncom/interface/domainprefs.pm Fri Aug 2 02:10:50 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.94 2019/08/01 01:45:48 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.95 2019/08/02 02:10:50 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9671,7 +9671,7 @@
my (%others,%to,%bcc,%includestr,%includeloc);
my @contacts = ('supportemail','adminemail');
my @mailings = ('errormail','packagesmail','helpdeskmail','otherdomsmail',
- 'lonstatusmail','requestsmail','updatesmail','idconflictsmail',hostipmail');
+ 'lonstatusmail','requestsmail','updatesmail','idconflictsmail','hostipmail');
my @toggles = ('reporterrors','reportupdates');
my ($fields,$fieldtitles,$fieldoptions,$possoptions) = &helpform_fields();
foreach my $type (@mailings) {
More information about the LON-CAPA-cvs
mailing list