From 18b4bf0d05c49cd6b211fc177f568fc2329e2089 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 17 Mar 2003 10:54:45 +0000 Subject: [PATCH] Moved db include git-svn-id: file:///svn/phpbb/trunk@3657 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/common.php b/phpBB/common.php index 89a3fb053f..2641ccbc86 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -57,7 +57,7 @@ if (!empty($load_extensions)) // Include files require($phpbb_root_path . 'includes/acm/cache_' . $acm_type . '.'.$phpEx); -require($phpbb_root_path . 'db/' . $dbms . '.'.$phpEx); +require($phpbb_root_path . 'includes/db/' . $dbms . '.'.$phpEx); require($phpbb_root_path . 'includes/template.'.$phpEx); require($phpbb_root_path . 'includes/session.'.$phpEx); require($phpbb_root_path . 'includes/functions.'.$phpEx);