aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-19 01:44:44 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-19 01:44:44 +0000
commit5fde0d061e269ab9311b32f61753d4ed5c4354ca (patch)
tree904ff2497e5ede27202a695b3161dc420918cf28 /phpBB/common.php
parent1a7c52fe195785ace73c497b3c54ba7509f71e02 (diff)
downloadforums-5fde0d061e269ab9311b32f61753d4ed5c4354ca.tar
forums-5fde0d061e269ab9311b32f61753d4ed5c4354ca.tar.gz
forums-5fde0d061e269ab9311b32f61753d4ed5c4354ca.tar.bz2
forums-5fde0d061e269ab9311b32f61753d4ed5c4354ca.tar.xz
forums-5fde0d061e269ab9311b32f61753d4ed5c4354ca.zip
Desesperatly trying to synchronise my different versions ;)
git-svn-id: file:///svn/phpbb/trunk@3676 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 2641ccbc86..401bbae2a7 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -56,7 +56,7 @@ if (!empty($load_extensions))
}
// Include files
-require($phpbb_root_path . 'includes/acm/cache_' . $acm_type . '.'.$phpEx);
+require($phpbb_root_path . 'includes/acm/acm_' . $acm_type . '.'.$phpEx);
require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx);
require($phpbb_root_path . 'includes/template.'.$phpEx);
require($phpbb_root_path . 'includes/session.'.$phpEx);
@@ -144,7 +144,6 @@ 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');