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':