aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-04-20 22:56:09 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-04-20 22:56:09 +0000
commitfa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2 (patch)
tree7f0c5cfa8148f80c29af8c5659debe37709e4aae /phpBB/includes/constants.php
parent35c0d33ee7c37a59fc4be557c69b53b0253742a1 (diff)
downloadforums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar
forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.gz
forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.bz2
forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.xz
forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.zip
Forum watch stuff ... just copied the topic watch stuff and thus needs reviewing inline with everything else ... but something needed to be added to 2.1 :)
git-svn-id: file:///svn/phpbb/trunk@2536 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 38dfae8654..d23f25151e 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -154,6 +154,7 @@ define('CATEGORIES_TABLE', $table_prefix.'categories');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
+define('FORUMS_WATCH_TABLE', $table_prefix.'forums_watch');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');