Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.34, 2007/12/12 19:44:53 | version 1.35, 2007/12/16 17:45:20 |
---|---|
Line 1391 sub print_usercreation { | Line 1391 sub print_usercreation { |
} | } |
} | } |
} | } |
} else { | |
foreach my $item (@contexts) { | |
foreach my $type (@authtypes) { | |
$checked{$item}{$auth} = ' checked="checked" '; | |
} | |
} | |
} | } |
my @authtypes = ('int','krb4','krb5','loc'); | |
my %title = &context_names(); | my %title = &context_names(); |
my %authname = &authtype_names(); | my %authname = &authtype_names(); |
my $rownum = 0; | my $rownum = 0; |