aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 82a0edf24b..21c031249b 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -103,6 +103,7 @@ if(!$is_auth['auth_read'] || !$is_auth['auth_view'])
//
// Do the forum Prune
//
+/*
if( $is_auth['auth_mod'] && $board_config['prune_enable'] )
{
if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
@@ -111,6 +112,7 @@ if( $is_auth['auth_mod'] && $board_config['prune_enable'] )
auto_prune($forum_id);
}
}
+*/
//
// End of forum prune
//