mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'bantu/ticket/11547-develop' into develop
* bantu/ticket/11547-develop: [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.
This commit is contained in:
commit
1c1452d758
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ class phpbb_database_test_connection_manager
|
||||||
|
|
||||||
switch ($this->config['dbms'])
|
switch ($this->config['dbms'])
|
||||||
{
|
{
|
||||||
case 'mysql':
|
case 'phpbb_db_driver_mysql':
|
||||||
case 'mysqli':
|
case 'phpbb_db_driver_mysqli':
|
||||||
$this->pdo->exec('SET NAMES utf8');
|
$this->pdo->exec('SET NAMES utf8');
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue