aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-01-09 20:01:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-01-09 20:01:20 +0000
commite5ae182a38fb5ecf2157528d1b089943cb5de7e0 (patch)
treea65deed09e81f6c62082feff0a27b0ca0c0ba9cd /phpBB/install/install.php
parentfdac7fa8003d546912cff892e410fdddc262ec54 (diff)
downloadforums-e5ae182a38fb5ecf2157528d1b089943cb5de7e0.tar
forums-e5ae182a38fb5ecf2157528d1b089943cb5de7e0.tar.gz
forums-e5ae182a38fb5ecf2157528d1b089943cb5de7e0.tar.bz2
forums-e5ae182a38fb5ecf2157528d1b089943cb5de7e0.tar.xz
forums-e5ae182a38fb5ecf2157528d1b089943cb5de7e0.zip
- interbase/firebird 1.5+ support (still needs some tweaking)
git-svn-id: file:///svn/phpbb/trunk@5051 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index cf18d6f6bf..9532474c96 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -83,7 +83,7 @@ $available_dbms = array(
'LABEL' => 'FireBird',
'SCHEMA' => 'firebird',
'MODULE' => 'interbase',
- 'DELIM' => ';',
+ 'DELIM' => ';;',
'COMMENTS' => 'remove_remarks'
),
'mysql' => array(