|
From: Jonathan H. <the...@us...> - 2002-04-04 09:50:41
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv18243/includes
Modified Files:
usercp_activate.php
Log Message:
Just me being anal again... A couple of miss-spellings in error messages
Index: usercp_activate.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/usercp_activate.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** usercp_activate.php 2 Apr 2002 14:02:27 -0000 1.5
--- usercp_activate.php 3 Apr 2002 20:14:47 -0000 1.6
***************
*** 47,51 ****
$emailer = new emailer($board_config['smtp_delivery']);
! $email_headers = 'From: ' . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n";
$emailer->use_template('admin_welcome_activated', $row['user_lang']);
--- 47,51 ----
$emailer = new emailer($board_config['smtp_delivery']);
! $email_headers = 'From: ' . $board_config['board_email'] . "\r\nReturn-Path: " . $board_config['board_email'] . "\r\n";
$emailer->use_template('admin_welcome_activated', $row['user_lang']);
***************
*** 94,96 ****
}
! ?>
\ No newline at end of file
--- 94,96 ----
}
! ?>
|