--- loncom/interface/lonconfigsettings.pm 2022/02/19 08:53:17 1.60 +++ loncom/interface/lonconfigsettings.pm 2022/03/10 19:35:18 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.60 2022/02/19 08:53:17 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.61 2022/03/10 19:35:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -172,7 +172,7 @@ ENDJS } } if (@settable) { - foreach my $num (@changeable) { + foreach my $num (@settable) { ($numrules,$intargjs) = &Apache::loncommon::passwd_validation_js('secretinput',$dom,'linkprot',$num); if ($numrules) {