1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00

so close to that perfect commit, yet so very far...

git-svn-id: file:///svn/phpbb/trunk@8316 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2008-01-08 06:46:08 +00:00
parent 370e189f15
commit 7193d91e40

View File

@ -239,7 +239,7 @@ $supported_dbms = array('firebird', 'mssql', 'mysql', 'db2', 'oracle', 'postgres
foreach ($supported_dbms as $dbms)
{
$fp = fopen($schema_path . '' . $dbms . '_schema.sql', 'wt');
$fp = fopen($schema_path . '_' . $dbms . '_schema.sql', 'wt');
$line = '';