mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11459] Clean up a little more
PHPBB3-11459
This commit is contained in:
parent
a63b229bec
commit
fd434a2f78
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue