Skip to content

Commit

Permalink
whitespace :)
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jul 10, 2003
1 parent a78f89a commit 3be6c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/slashcode/htdocs/comments.pl
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ sub validateComment {
}
}

if($constants->{allow_moderation} && !$user->{is_anon} && !$form->{gotmodwarning} && $slashdb->sqlCount("moderatorlog","uid=$user->{uid} and sid=$form->{sid}") && !$form->{postanon}){
$$error_message=getError("moderations to be lost");
$form_success=0;
if ($constants->{allow_moderation} && !$user->{is_anon} && !$form->{gotmodwarning} && $slashdb->sqlCount("moderatorlog","uid=$user->{uid} and sid=$form->{sid}") && !$form->{postanon}) {
$$error_message = getError("moderations to be lost");
$form_success = 0;
return;
}

Expand Down

0 comments on commit 3be6c87

Please sign in to comment.