From c9c11d3a711be9cce8a68e0916c7b849995e170b Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 2 Aug 2001 20:47:12 +0000 Subject: [PATCH] I have a horrible feeling the prune function is the cause of some problems, disabled till checked git-svn-id: file:///svn/phpbb/trunk@797 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 ++ 1 file changed, 2 insertions(+) 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 //