1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-23 12:46:15 +02:00

- removing karma

git-svn-id: file:///svn/phpbb/trunk@4958 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-08-04 19:18:00 +00:00
parent 5dcc0a85f8
commit 07bc2e0231
7 changed files with 4 additions and 31 deletions

View File

@@ -274,7 +274,7 @@ class ucp_register extends module
$messenger->assign_vars(array(
'SITENAME' => $config['sitename'],
'WELCOME_MSG' => sprintf($user->lang['Welcome_subject'], $config['sitename']),
'WELCOME_MSG' => sprintf($user->lang['WELCOME_SUBJECT'], $config['sitename']),
'USERNAME' => $username,
'PASSWORD' => $password_confirm,
'EMAIL_SIG' => str_replace('<br />', "\n", "-- \n" . $config['board_email_sig']),