mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 10:40:28 +02:00
- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP) git-svn-id: file:///svn/phpbb/trunk@6320 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -210,6 +210,9 @@ if ($sort_days)
|
||||
$start = 0;
|
||||
}
|
||||
$sql_limit_time = "AND t.topic_last_post_time >= $min_post_time";
|
||||
|
||||
// Make sure we have information about day selection ready
|
||||
$template->assign_var('S_SORT_DAYS', true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user