aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-08-02 20:47:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-08-02 20:47:12 +0000
commitc9c11d3a711be9cce8a68e0916c7b849995e170b (patch)
tree57fcafcdfffa1bda85086d9b59a93908826c6295
parent8e54e38e75ed6d78856234d270f2b1b279573b8d (diff)
downloadforums-c9c11d3a711be9cce8a68e0916c7b849995e170b.tar
forums-c9c11d3a711be9cce8a68e0916c7b849995e170b.tar.gz
forums-c9c11d3a711be9cce8a68e0916c7b849995e170b.tar.bz2
forums-c9c11d3a711be9cce8a68e0916c7b849995e170b.tar.xz
forums-c9c11d3a711be9cce8a68e0916c7b849995e170b.zip
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
-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
//