aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php4
1 files changed, 2 insertions, 2 deletions
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');
+?>