1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 21:56:39 +02:00

[ticket/11459] Clean up a little more

PHPBB3-11459
This commit is contained in:
Joas Schilling
2014-03-28 22:58:06 +01:00
parent a63b229bec
commit fd434a2f78

View File

@ -74,10 +74,6 @@ foreach ($supported_dbms as $dbms)
$line = '';
switch ($dbms)
{
case 'firebird':
$line .= custom_data('firebird') . "\n";
break;
case 'oracle':
$line .= custom_data('oracle') . "\n";
break;