From bc5c16ae8275c2ac79ecd260c6dbb56aa2a8948c Mon Sep 17 00:00:00 2001 From: the_systech Date: Tue, 19 Jun 2001 17:38:00 +0000 Subject: added auto_prune git-svn-id: file:///svn/phpbb/trunk@516 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 4955c8b0b5..46f9d4e602 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -135,5 +135,5 @@ define('TOPICS_TABLE', $table_prefix.'topics'); define('USER_GROUP_TABLE', $table_prefix.'user_group'); define('USERS_TABLE', $table_prefix.'users'); define('WORDS_TABLE', $table_prefix.'words'); - -?> \ No newline at end of file +define('PRUNE_TABLE', $table_prefix.'forum_prune'); +?> -- cgit v1.2.1