mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Minor changes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2597 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
171851f033
commit
6d903a0c32
2 changed files with 2 additions and 2 deletions
|
@ -543,7 +543,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||||
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
|
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
|
||||||
$emailer = new emailer($board_config['smtp_delivery']);
|
$emailer = new emailer($board_config['smtp_delivery']);
|
||||||
|
|
||||||
$email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
|
$email_headers = "From: " . $board_config['board_email'] . "\r\nReturn-Path: " . $board_config['board_email'] . "\r\n";
|
||||||
|
|
||||||
$emailer->use_template($email_template, stripslashes($user_lang));
|
$emailer->use_template($email_template, stripslashes($user_lang));
|
||||||
$emailer->email_address($email);
|
$emailer->email_address($email);
|
||||||
|
|
|
@ -65,7 +65,7 @@ if ( isset($HTTP_POST_VARS['submit']) )
|
||||||
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
|
include($phpbb_root_path . 'includes/emailer.'.$phpEx);
|
||||||
$emailer = new emailer($board_config['smtp_delivery']);
|
$emailer = new emailer($board_config['smtp_delivery']);
|
||||||
|
|
||||||
$email_headers = 'From: ' . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
|
$email_headers = 'From: ' . $board_config['board_email'] . "\r\nReturn-Path: " . $board_config['board_email'] . "\r\n";
|
||||||
|
|
||||||
$emailer->use_template('user_activate_passwd', $row['user_lang']);
|
$emailer->use_template('user_activate_passwd', $row['user_lang']);
|
||||||
$emailer->email_address($row['user_email']);
|
$emailer->email_address($row['user_email']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue