mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/11268] Delete phpbb_db_driver_mysql4 as there is no such thing.
PHPBB3-11268
This commit is contained in:
parent
85248cd63d
commit
d1eb3449af
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ class phpbb_database_test_connection_manager
|
||||||
switch ($this->config['dbms'])
|
switch ($this->config['dbms'])
|
||||||
{
|
{
|
||||||
case 'phpbb_db_driver_mysql':
|
case 'phpbb_db_driver_mysql':
|
||||||
case 'phpbb_db_driver_mysql4':
|
|
||||||
case 'phpbb_db_driver_mysqli':
|
case 'phpbb_db_driver_mysqli':
|
||||||
$sql = 'SHOW TABLES';
|
$sql = 'SHOW TABLES';
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue