diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-20 22:35:46 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-20 22:35:46 +0000 |
commit | a2be6e1eac4a68c8e71c29c15dbbb8da06860f90 (patch) | |
tree | 5dde0c7939cb8af8ad2bfdf49a2ee09b7779dd5f /phpBB/includes/db.php | |
parent | 8acc3cff9a0ba872b3ee0ca13c87fefebb4e500b (diff) | |
download | forums-a2be6e1eac4a68c8e71c29c15dbbb8da06860f90.tar forums-a2be6e1eac4a68c8e71c29c15dbbb8da06860f90.tar.gz forums-a2be6e1eac4a68c8e71c29c15dbbb8da06860f90.tar.bz2 forums-a2be6e1eac4a68c8e71c29c15dbbb8da06860f90.tar.xz forums-a2be6e1eac4a68c8e71c29c15dbbb8da06860f90.zip |
Changes in-line with DBAL changes
git-svn-id: file:///svn/phpbb/trunk@1397 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/db.php')
-rw-r--r-- | phpBB/includes/db.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db.php b/phpBB/includes/db.php index 2d1a7be6b7..2fd4bab7fb 100644 --- a/phpBB/includes/db.php +++ b/phpBB/includes/db.php @@ -38,8 +38,8 @@ switch($dbms) include($phpbb_root_path . 'db/mssql.'.$phpEx); break; - case 'odbc': - include($phpbb_root_path . 'db/odbc.'.$phpEx); + case 'msaccess': + include($phpbb_root_path . 'db/msaccess.'.$phpEx); break; case 'oracle': |