Project

General

Profile

« Previous | Next » 

Revision 281

Added by stefan over 18 years ago

Fixed bug #99 and two additional instances of catpcha instead of captcha.

View differences:

submit_comment.php
49 49
			exit(header('Location: '.WB_URL.'/modules/news/comment.php?id='.$_GET['post_id']));
50 50
		}
51 51
	}
52
	if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
52
	if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
53 53
	
54 54
	// Insert the comment into db
55 55
	$page_id = $_GET['page_id'];

Also available in: Unified diff