mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
I am an idiot ... fixed wrong var name breaking the topicday select
git-svn-id: file:///svn/phpbb/trunk@810 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -193,7 +193,7 @@ if(!empty($HTTP_POST_VARS['topicdays']) || !empty($HTTP_GET_VARS['topicdays']))
|
||||
}
|
||||
list($topics_count) = $db->sql_fetchrow($result);
|
||||
|
||||
$limit_topics_time = "AND ( p.post_time >= $min_post_time OR t.topic_type = " . POST_ANNOUNCE . " ) ";
|
||||
$limit_topics_time = "AND ( p.post_time >= $min_topic_time OR t.topic_type = " . POST_ANNOUNCE . " ) ";
|
||||
|
||||
if(!empty($HTTP_POST_VARS['topicdays']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user