From 58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 16 Jul 2001 22:24:38 +0000 Subject: [PATCH] Begone you nasty windows carriage returns git-svn-id: file:///svn/phpbb/trunk@682 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 64381f5c26..be2804c804 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -186,7 +186,7 @@ if(!empty($HTTP_POST_VARS['postdays']) || !empty($HTTP_GET_VARS['postdays'])) WHERE t.forum_id = $forum_id AND p.post_id = t.topic_last_post_id AND ( p.post_time > $min_post_time - OR t.topic_type = " . POST_ANNOUNCE . " )"; + OR t.topic_type = " . POST_ANNOUNCE . " )"; if(!$result = $db->sql_query($sql)) {