diff -r 596945fa6e56 -r d57af0b0302e includes/comment.php --- a/includes/comment.php Sat Nov 17 18:54:13 2007 -0500 +++ b/includes/comment.php Sat Nov 17 20:31:01 2007 -0500 @@ -270,6 +270,7 @@ $real_code = $session->get_captcha($data['captcha_id']); if ( $real_code != $data['captcha_code'] ) $errors[] = 'The confirmation code you entered was incorrect.'; + $session->kill_captcha(); } if ( count($errors) > 0 )