mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
605356a6ca
commit
1a48db4c12
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ if(!empty($HTTP_POST_VARS['topicdays']) || !empty($HTTP_GET_VARS['topicdays']))
|
||||||
}
|
}
|
||||||
list($topics_count) = $db->sql_fetchrow($result);
|
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']))
|
if(!empty($HTTP_POST_VARS['topicdays']))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue