Diff for /loncom/interface/domainprefs.pm between versions 1.35 and 1.36

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" ';
                 }                  }
             }              }

Removed from v.1.35  
changed lines
  Added in v.1.36


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>