aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-16 22:24:38 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-16 22:24:38 +0000
commit58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7 (patch)
treeef3eb72b2432653b3ef8b8fac53634a4a156bfbd /phpBB/viewforum.php
parent639a8067bd5819cc016fc287c15c1baf887c7539 (diff)
downloadforums-58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7.tar
forums-58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7.tar.gz
forums-58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7.tar.bz2
forums-58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7.tar.xz
forums-58d05e84fbc92db8bbcb68c0b9e23683e3f4f7f7.zip
Begone you nasty windows carriage returns
git-svn-id: file:///svn/phpbb/trunk@682 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
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))
{