--- loncom/interface/domainprefs.pm 2019/08/01 01:45:48 1.160.6.94 +++ loncom/interface/domainprefs.pm 2019/08/02 02:10:50 1.160.6.95 @@ -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 @@ sub modify_contacts { 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) {