--- loncom/interface/domainprefs.pm 2021/01/05 04:23:45 1.376 +++ loncom/interface/domainprefs.pm 2021/01/30 21:47:44 1.377 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.376 2021/01/05 04:23:45 raeburn Exp $ +# $Id: domainprefs.pm,v 1.377 2021/01/30 21:47:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -15205,7 +15205,7 @@ sub modify_contacts { $contacts_hash{'contacts'}{'lonstatus'}{$item} = \@excluded; } } elsif ($item eq 'weights') { - foreach my $type ('E','W','N') { + foreach my $type ('E','W','N','U') { $env{'form.error'.$item.'_'.$type} =~ s/^\s+|\s+$//g; if ($env{'form.error'.$item.'_'.$type} =~ /^\d+$/) { unless ($env{'form.error'.$item.'_'.$type} == $lonstatus_defs->{$type}) {