diff options
author | Max Krivanek <thekigen@gmail.com> | 2016-06-27 04:42:01 -0500 |
---|---|---|
committer | Max Krivanek <thekigen@gmail.com> | 2016-06-27 04:42:01 -0500 |
commit | 91702618852de42daebd0150f9bb2979e1aa6fa9 (patch) | |
tree | 952d4c7b0cec266d262e585b43e113c03497272a /phpBB/includes/functions_admin.php | |
parent | f75a01182f04ed4c5a80fbb2edfa3e648605a694 (diff) | |
download | forums-91702618852de42daebd0150f9bb2979e1aa6fa9.tar forums-91702618852de42daebd0150f9bb2979e1aa6fa9.tar.gz forums-91702618852de42daebd0150f9bb2979e1aa6fa9.tar.bz2 forums-91702618852de42daebd0150f9bb2979e1aa6fa9.tar.xz forums-91702618852de42daebd0150f9bb2979e1aa6fa9.zip |
[ticket/14616] Removed misplaced tab.
PHPBB3-14616
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |