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
This commit is contained in:
Paul S. Owen 2001-08-02 20:47:12 +00:00
parent 8e54e38e75
commit c9c11d3a71

View file

@ -103,6 +103,7 @@ if(!$is_auth['auth_read'] || !$is_auth['auth_view'])
// //
// Do the forum Prune // Do the forum Prune
// //
/*
if( $is_auth['auth_mod'] && $board_config['prune_enable'] ) if( $is_auth['auth_mod'] && $board_config['prune_enable'] )
{ {
if( $forum_row['prune_next'] < time() && $forum_row['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); auto_prune($forum_id);
} }
} }
*/
// //
// End of forum prune // End of forum prune
// //