[ticket/14616] Removed misplaced tab.

PHPBB3-14616
This commit is contained in:
Max Krivanek 2016-06-27 04:42:01 -05:00
parent f75a01182f
commit 9170261885

View file

@ -2572,7 +2572,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync
{
$sql_and .= ' AND topic_status = ' . ITEM_MOVED . " AND topic_last_post_time < $prune_date";
}
if ($prune_limit > 0)
{
$sql_and .= " LIMIT $prune_limit";