changeset 263 | d57af0b0302e |
parent 166 | d53cc29308f4 |
child 320 | 112debff64bd |
--- 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 )