mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
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:
@@ -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
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user