aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-11-08 03:33:58 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-11-08 03:33:58 +0000
commit097a1caca88983473cefad53183d30f820adcb4a (patch)
treee65287620f24bbce5a46beb55ffed419d5bfbc05 /phpBB/common.php
parent5d859740eeb8ec16d947df78ff51c7e4e616bc49 (diff)
downloadforums-097a1caca88983473cefad53183d30f820adcb4a.tar
forums-097a1caca88983473cefad53183d30f820adcb4a.tar.gz
forums-097a1caca88983473cefad53183d30f820adcb4a.tar.bz2
forums-097a1caca88983473cefad53183d30f820adcb4a.tar.xz
forums-097a1caca88983473cefad53183d30f820adcb4a.zip
Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.
git-svn-id: file:///svn/phpbb/trunk@3018 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 82b0a4cc99..5fb5d4cd00 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -125,6 +125,7 @@ define('STYLES_TPL_TABLE', $table_prefix.'styles_template');
define('STYLES_CSS_TABLE', $table_prefix.'styles_theme');
define('STYLES_IMAGE_TABLE', $table_prefix.'styles_imageset');
define('TOPICS_TABLE', $table_prefix.'topics');
+define('TOPICS_PREFETCH_TABLE', $table_prefix.'topics_prefetch');
define('TOPICS_RATINGS_TABLE', $table_prefix.'topics_rating');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');