mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14616] Removed misplaced tab.
PHPBB3-14616
This commit is contained in:
parent
f75a01182f
commit
9170261885
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue