Diff for /loncom/interface/createaccount.pm between versions 1.62 and 1.63

version 1.62, 2014/03/30 23:44:50 version 1.63, 2014/04/19 20:48:43
Line 991  sub create_account { Line 991  sub create_account {
         $middlename = $dataref->{'middlename'};          $middlename = $dataref->{'middlename'};
         $lastname   = $dataref->{'lastname'};          $lastname   = $dataref->{'lastname'};
         $generation = $dataref->{'generation'};          $generation = $dataref->{'generation'};
         $inststatus = $dataref->{'usertype'};          $inststatus = $dataref->{'inststatus'};
          
         my $currhome = &Apache::lonnet::homeserver($username,$domain);          my $currhome = &Apache::lonnet::homeserver($username,$domain);
         unless ($currhome eq 'no_host') {          unless ($currhome eq 'no_host') {
             $output = &mt('User account requested for username: [_1] in domain: [_2] already exists.',$username,$domain);              $output = &mt('User account requested for username: [_1] in domain: [_2] already exists.',$username,$domain);

Removed from v.1.62  
changed lines
  Added in v.1.63


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