Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.35, 2007/12/16 17:45:20 | version 1.36, 2007/12/16 17:48:18 |
---|---|
Line 1393 sub print_usercreation { | Line 1393 sub print_usercreation { |
} | } |
} else { | } else { |
foreach my $item (@contexts) { | foreach my $item (@contexts) { |
foreach my $type (@authtypes) { | foreach my $auth (@authtypes) { |
$checked{$item}{$auth} = ' checked="checked" '; | $checked{$item}{$auth} = ' checked="checked" '; |
} | } |
} | } |