From 91702618852de42daebd0150f9bb2979e1aa6fa9 Mon Sep 17 00:00:00 2001 From: Max Krivanek Date: Mon, 27 Jun 2016 04:42:01 -0500 Subject: [PATCH] [ticket/14616] Removed misplaced tab. PHPBB3-14616 --- phpBB/includes/functions_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index adc96c6dd4..70fff2da59 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -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";