Changeset 563 for trunk/plog-includes/plog-comment.php
- Timestamp:
- 07/21/08 19:18:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/plog-includes/plog-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-includes/plog-comment.php
r557 r563 36 36 37 37 // If the captcha is required, check it here 38 if ( $_SESSION['require_captcha'] == true) {38 if (isset($_SESSION['require_captcha']) && $_SESSION['require_captcha'] == true) { 39 39 if (($_POST['captcha'] != $_SESSION['captcha']) || !$_POST['captcha']) { 40 40 $_SESSION["comment_post_error"] = "CAPTCHA check failed!";
