mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00: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:
parent
8e54e38e75
commit
c9c11d3a71
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue