mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge pull request #39 from TheMysteriousX/TheMysteriousX-pandora-installer
Make the installer work when an existing database is selected
This commit is contained in:
commit
3506f72fe0
@ -805,7 +805,7 @@ function install_step4() {
|
|||||||
check_generic ($step1, "Creating database '$dbname'");
|
check_generic ($step1, "Creating database '$dbname'");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$step = 1;
|
$step1 = 1;
|
||||||
}
|
}
|
||||||
if ($step1 == 1) {
|
if ($step1 == 1) {
|
||||||
$step2 = mysql_select_db($dbname);
|
$step2 = mysql_select_db($dbname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user