aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-25 00:23:43 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-25 00:23:43 +0000
commitbfc6b77112150b59155cd05776cb425b105f8fb9 (patch)
tree7755ae0eb4009c083e072add654646ff808edc1f /phpBB/common.php
parent4fa458baf39a58a5ba30d9db77630e61d03c7947 (diff)
downloadforums-bfc6b77112150b59155cd05776cb425b105f8fb9.tar
forums-bfc6b77112150b59155cd05776cb425b105f8fb9.tar.gz
forums-bfc6b77112150b59155cd05776cb425b105f8fb9.tar.bz2
forums-bfc6b77112150b59155cd05776cb425b105f8fb9.tar.xz
forums-bfc6b77112150b59155cd05776cb425b105f8fb9.zip
hhmm, where did that constant go ...
git-svn-id: file:///svn/phpbb/trunk@3714 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
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');