Revision 620
Added by thorn almost 18 years ago
| comment_page.php | ||
|---|---|---|
| 31 | 31 |
|
| 32 | 32 |
require_once(WB_PATH.'/include/captcha/captcha.php'); |
| 33 | 33 |
require_once(WB_PATH.'/include/captcha/asp.php'); |
| 34 |
if(isset($_SESSION['captcha_retry_news'])) unset($_SESSION['captcha_retry_news']); |
|
| 35 | 34 |
|
| 36 | 35 |
// Get comments page template details from db |
| 37 | 36 |
$query_settings = $database->query("SELECT comments_page,use_captcha,commenting FROM ".TABLE_PREFIX."mod_news_settings WHERE section_id = '".SECTION_ID."'");
|
Also available in: Unified diff
some cleanup in news-module (ASP related).