Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Aug 21, 2003
1 parent f285b80 commit 9a579ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/htdocs/users.pl
Expand Up @@ -566,7 +566,7 @@ sub newUser {
if (!$form->{email} || $form->{email} !~ /\@/) {
print getError('email_invalid', 0, 1);
return;
} elsif($form->{email} ne $form->{email2}){
} elsif ($form->{email} ne $form->{email2}) {
print getError('email_do_not_match', 0, 1);
return;
} elsif ($slashdb->existsEmail($form->{email})) {
Expand Down

0 comments on commit 9a579ef

Please sign in to comment.