diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-17 06:20:41 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-17 06:20:41 +0000 |
| commit | 83c605a6e222c9d64659c3037f4dddca4fe59c05 (patch) | |
| tree | 3f407d030f3373b059b23fd91593b974b1d35aa0 /phpBB/install/install.php | |
| parent | 615e676b0241fab7c4ab92ed5963c2769e34b7e1 (diff) | |
| download | forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.gz forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.bz2 forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.tar.xz forums-83c605a6e222c9d64659c3037f4dddca4fe59c05.zip | |
More capitalised lang strings, fixed some unset or incorrect variables
git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install.php')
| -rw-r--r-- | phpBB/install/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index f26b961afa..79f4218879 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -688,6 +688,7 @@ else $config_data .= "//\n// phpBB 2.x auto-generated config file\n// Do not change anything in this file!\n//\n\n"; $config_data .= '$dbms = "' . $dbms . '";' . "\n\n"; $config_data .= '$dbhost = "' . $dbhost . '";' . "\n"; + $config_data .= '$dbport = "' . $dbport . '";' . "\n"; $config_data .= '$dbname = "' . $dbname . '";' . "\n"; $config_data .= '$dbuser = "' . $dbuser . '";' . "\n"; $config_data .= '$dbpasswd = "' . $dbpasswd . '";' . "\n\n"; |
