mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/14616] Removed misplaced tab.
PHPBB3-14616
This commit is contained in:
@@ -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";
|
$sql_and .= ' AND topic_status = ' . ITEM_MOVED . " AND topic_last_post_time < $prune_date";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($prune_limit > 0)
|
if ($prune_limit > 0)
|
||||||
{
|
{
|
||||||
$sql_and .= " LIMIT $prune_limit";
|
$sql_and .= " LIMIT $prune_limit";
|
||||||
|
Reference in New Issue
Block a user