aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-04-02 15:10:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-04-02 15:10:44 +0000
commit1fdfa98674638f35913fa422ec092efcbfb2cd57 (patch)
tree12289acac3256be5b9833db3320c059eb5227943 /phpBB/viewforum.php
parentf69c60ece8c65db2828fc28107e3c1caf8985e89 (diff)
downloadforums-1fdfa98674638f35913fa422ec092efcbfb2cd57.tar
forums-1fdfa98674638f35913fa422ec092efcbfb2cd57.tar.gz
forums-1fdfa98674638f35913fa422ec092efcbfb2cd57.tar.bz2
forums-1fdfa98674638f35913fa422ec092efcbfb2cd57.tar.xz
forums-1fdfa98674638f35913fa422ec092efcbfb2cd57.zip
No comment
git-svn-id: file:///svn/phpbb/trunk@2464 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 632a7d6682..a3d2c98a14 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -174,6 +174,7 @@ if ( $is_auth['auth_mod'] && $board_config['prune_enable'] )
if ( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] )
{
include($phpbb_root_path . 'includes/prune.'.$phpEx);
+ require($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
auto_prune($forum_id);
}
}