--- loncom/interface/domainprefs.pm 2025/01/12 16:23:33 1.449 +++ loncom/interface/domainprefs.pm 2025/01/14 00:49:34 1.450 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.449 2025/01/12 16:23:33 raeburn Exp $ +# $Id: domainprefs.pm,v 1.450 2025/01/14 00:49:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -17983,6 +17983,8 @@ sub modify_privacy { if (@diffs > 0) { $changes{$status} = 1; } + } elsif (@newvalues > 0) { + $changes{$status} = 1; } } else { my @stdfields; @@ -18022,6 +18024,8 @@ sub modify_privacy { if (@diffs > 0) { $changes{'othdom'} = 1; } + } elsif (@newvalues > 0) { + $changes{'othdom'} = 1; } } else { my @stdfields = ('lastname','firstname','middlename','generation','permanentemail');