mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Make the installer work when an existing database is selected
This commit is contained in:
parent
4821378d4a
commit
26d12073cb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user