From bfc6b77112150b59155cd05776cb425b105f8fb9 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 25 Mar 2003 00:23:43 +0000 Subject: [PATCH] hhmm, where did that constant go ... git-svn-id: file:///svn/phpbb/trunk@3714 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/common.php b/phpBB/common.php index 295d8ef0a8..2732641de9 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -148,6 +148,7 @@ define('STYLES_IMAGE_TABLE', $table_prefix.'styles_imageset'); define('TOPICS_TABLE', $table_prefix.'topics'); define('TOPICS_PREFETCH_TABLE', $table_prefix.'topics_prefetch'); define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch'); +define('UCP_MODULES_TABLE', $table_prefix.'ucp_modules'); define('USER_GROUP_TABLE', $table_prefix.'user_group'); define('USERS_TABLE', $table_prefix.'users'); define('WORDS_TABLE', $table_prefix.'words');