--- loncom/interface/domainprefs.pm 2007/12/16 17:45:20 1.35 +++ loncom/interface/domainprefs.pm 2007/12/16 17:48:18 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.35 2007/12/16 17:45:20 raeburn Exp $ +# $Id: domainprefs.pm,v 1.36 2007/12/16 17:48:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1393,7 +1393,7 @@ sub print_usercreation { } } else { foreach my $item (@contexts) { - foreach my $type (@authtypes) { + foreach my $auth (@authtypes) { $checked{$item}{$auth} = ' checked="checked" '; } }