1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.

PHPBB3-11547
This commit is contained in:
Andreas Fischer 2013-05-17 02:31:25 +02:00
parent 2961994f16
commit 0a1ca4d3ea

View File

@ -145,8 +145,8 @@ class phpbb_database_test_connection_manager
switch ($this->config['dbms'])
{
case 'mysql':
case 'mysqli':
case 'phpbb_db_driver_mysql':
case 'phpbb_db_driver_mysqli':
$this->pdo->exec('SET NAMES utf8');
default:
}