mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-21 06:53:49 +02:00
Begone you nasty windows carriage returns
git-svn-id: file:///svn/phpbb/trunk@682 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
639a8067bd
commit
58d05e84fb
@ -186,7 +186,7 @@ if(!empty($HTTP_POST_VARS['postdays']) || !empty($HTTP_GET_VARS['postdays']))
|
|||||||
WHERE t.forum_id = $forum_id
|
WHERE t.forum_id = $forum_id
|
||||||
AND p.post_id = t.topic_last_post_id
|
AND p.post_id = t.topic_last_post_id
|
||||||
AND ( p.post_time > $min_post_time
|
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))
|
if(!$result = $db->sql_query($sql))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user