From 16d41b20d8df566a6648c9fc7384058de54305d8 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 2 Jan 2005 19:50:07 +0000 Subject: - mysql 4.1.x support (mysqli extension) git-svn-id: file:///svn/phpbb/trunk@5042 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/install.php') diff --git a/phpBB/install/install.php b/phpBB/install/install.php index cd73473ea6..7e0af23e9a 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -785,7 +785,7 @@ if ($stage == 2) // we need to load and whether we can load them. This includes // modules in addition to that required by the DB layer $load_extensions = array(); - $check_exts = array_merge($available_dbms[$dbms]['MODULE'], $php_dlls_other); + $check_exts = array_merge(array($available_dbms[$dbms]['MODULE']), $php_dlls_other); foreach ($check_exts as $dll) { -- cgit v1.2.1