Merge pull request #39 from TheMysteriousX/TheMysteriousX-pandora-installer

Make the installer work when an existing database is selected
This commit is contained in:
Miguel 2016-01-19 09:53:36 +01:00
commit 3506f72fe0

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);