Show
Ignore:
Timestamp:
07/21/08 19:18:07 (5 months ago)
Author:
sidtheduck
Message:

+ Fix for ticket #160 - cruft-free pagination
+ Couple of miscellaneous syntax edits

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-includes/plog-comment.php

    r557 r563  
    3636 
    3737// If the captcha is required, check it here 
    38 if ($_SESSION['require_captcha'] == true) { 
     38if (isset($_SESSION['require_captcha']) && $_SESSION['require_captcha'] == true) { 
    3939        if (($_POST['captcha'] != $_SESSION['captcha']) || !$_POST['captcha']) { 
    4040                $_SESSION["comment_post_error"] = "CAPTCHA check failed!";