mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Make the installer work when an existing database is selected
(cherry picked from commit 26d12073cb3dc50d054d2ce83d0b822aaded13bd)
This commit is contained in:
parent
eb0be37d09
commit
3e01577c16
@ -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