mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.
PHPBB3-11547
This commit is contained in:
parent
2961994f16
commit
0a1ca4d3ea
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue