From abe31cd0881dc9996c7cd7330bf9afb2d1ffb7ac Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 27 Nov 2002 17:26:08 +0000 Subject: [PATCH] Fixed charset issue in install (bug #647) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3109 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 6 ++++-- phpBB/templates/subSilver/install.tpl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/phpBB/install.php b/phpBB/install.php index d1f0eb3779..86276878c1 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -278,7 +278,8 @@ if( !defined("PHPBB_INSTALLED") ) ); $template->assign_vars(array( - "L_INSTALLATION" => $lang['Welcome_install']) + "L_INSTALLATION" => $lang['Welcome_install'], + "L_ENCODING" => $lang['ENCODING']) ); } else @@ -336,7 +337,8 @@ else ); $template->assign_vars(array( - "L_INSTALLATION" => $lang['Welcome_install']) + "L_INSTALLATION" => $lang['Welcome_install'], + "L_ENCODING" => $lang['ENCODING']) ); $reinstall = true; diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl index bdfbe1305f..2845a82234 100644 --- a/phpBB/templates/subSilver/install.tpl +++ b/phpBB/templates/subSilver/install.tpl @@ -1,7 +1,7 @@ - + {L_INSTALLATION}