Make the installer work when an existing database is selected

(cherry picked from commit 26d12073cb)
This commit is contained in:
Adam Bishop 2016-01-14 17:47:08 +00:00 committed by mdtrooper
parent eb0be37d09
commit 3e01577c16
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ function install_step4() {
check_generic ($step1, "Creating database '$dbname'");
}
else {
$step = 1;
$step1 = 1;
}
if ($step1 == 1) {
$step2 = mysql_select_db($dbname);