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:
@ -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;
|
||||
|
Reference in New Issue
Block a user