aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_convert.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-01-19 15:24:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-01-19 15:24:24 +0000
commit14eb46cda05d75e0e3d4f8190b1b7661d8b72793 (patch)
treec3d2dd84c4b45ca660ca18c99fc32c7ea59f3457 /phpBB/install/install_convert.php
parentabee7825186ebbd37e7d7267e0255a3d0233b321 (diff)
downloadforums-14eb46cda05d75e0e3d4f8190b1b7661d8b72793.tar
forums-14eb46cda05d75e0e3d4f8190b1b7661d8b72793.tar.gz
forums-14eb46cda05d75e0e3d4f8190b1b7661d8b72793.tar.bz2
forums-14eb46cda05d75e0e3d4f8190b1b7661d8b72793.tar.xz
forums-14eb46cda05d75e0e3d4f8190b1b7661d8b72793.zip
Adjust some files to support new methods...
git-svn-id: file:///svn/phpbb/trunk@9279 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
-rw-r--r--phpBB/install/install_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php
index 0a2d1b5d44..110472a499 100644
--- a/phpBB/install/install_convert.php
+++ b/phpBB/install/install_convert.php
@@ -419,7 +419,7 @@ class install_convert extends module
}
else
{
- $connect_test = connect_check_db(true, $error, $available_dbms[$src_dbms], $src_table_prefix, $src_dbhost, $src_dbuser, htmlspecialchars_decode($src_dbpasswd), $src_dbname, $src_dbport, true, ($src_dbms == $dbms) ? false : true, false);
+ $connect_test = connect_check_db($available_dbms[$src_dbms], $src_table_prefix, $src_dbhost, $src_dbuser, htmlspecialchars_decode($src_dbpasswd), $src_dbname, $src_dbport, $error, ($src_dbms == $dbms) ? false : true);
}
// The forum prefix of the old and the new forum can only be the same if two different databases are used.