diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-09-16 13:27:21 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-09-16 13:27:21 +0000 |
| commit | b1aa00769367e4e2c241179612e66636e80b30a5 (patch) | |
| tree | 5a2d1e266e425e18099d1bcbe1f8bd9f29babfc7 /phpBB/install | |
| parent | a46a0c10c9ac2044fc0551af6493acdb63c8c7ea (diff) | |
| download | forums-b1aa00769367e4e2c241179612e66636e80b30a5.tar forums-b1aa00769367e4e2c241179612e66636e80b30a5.tar.gz forums-b1aa00769367e4e2c241179612e66636e80b30a5.tar.bz2 forums-b1aa00769367e4e2c241179612e66636e80b30a5.tar.xz forums-b1aa00769367e4e2c241179612e66636e80b30a5.zip | |
oops
git-svn-id: file:///svn/phpbb/trunk@6373 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rwxr-xr-x | phpBB/install/install_install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index bdf3be7697..bea2296bfe 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -1761,6 +1761,7 @@ class install_install extends module { $error[] = $lang['INST_ERR_DB_NO_MYSQLI']; } + break; case 'oracle': $sql = "SELECT * |
