Fixing my recent typo

This commit is contained in:
moodler
2004-08-31 12:56:11 +00:00
parent 88289032b6
commit e5bd075113
+1 -1
View File
@@ -281,7 +281,7 @@ if ($nextstage == 5) {
$str .= '$CFG->dbtype = \''.$INSTALL['dbtype']."';\r\n";
$str .= '$CFG->dbhost = \''.$INSTALL['dbhost']."';\r\n";
if (empty($INSTALL['dbname'])) {
if (!empty($INSTALL['dbname'])) {
$str .= '$CFG->dbname = \''.$INSTALL['dbname']."';\r\n";
$str .= '$CFG->dbuser = \''.$INSTALL['dbuser']."';\r\n";
$str .= '$CFG->dbpass = \''.$INSTALL['dbpass']."';\r\n";