aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_resend.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-12-31 16:56:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-12-31 16:56:15 +0000
commit46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0 (patch)
tree2f8fd4b59b67fa390f3d29ab2a78142d34888ec8 /phpBB/includes/ucp/ucp_resend.php
parent54f79e200fdba8e6eee74a0a8aed68a2ca71ec5e (diff)
downloadforums-46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0.tar
forums-46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0.tar.gz
forums-46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0.tar.bz2
forums-46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0.tar.xz
forums-46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0.zip
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662 git-svn-id: file:///svn/phpbb/trunk@6826 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_resend.php')
-rw-r--r--phpBB/includes/ucp/ucp_resend.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/ucp/ucp_resend.php b/phpBB/includes/ucp/ucp_resend.php
index c61859b3e2..d543045540 100644
--- a/phpBB/includes/ucp/ucp_resend.php
+++ b/phpBB/includes/ucp/ucp_resend.php
@@ -67,8 +67,6 @@ class ucp_resend
if ($config['require_activation'] == USER_ACTIVATION_SELF || $coppa)
{
$messenger->template(($coppa) ? 'coppa_resend_inactive' : 'user_resend_inactive', $user_row['user_lang']);
-
- $messenger->replyto($config['board_contact']);
$messenger->to($user_row['user_email'], $user_row['username']);
$messenger->headers('X-AntiAbuse: Board servername - ' . $config['server_name']);
@@ -107,7 +105,6 @@ class ucp_resend
while ($row = $db->sql_fetchrow($result))
{
$messenger->template('admin_activate', $row['user_lang']);
- $messenger->replyto($config['board_contact']);
$messenger->to($row['user_email'], $row['username']);
$messenger->im($row['user_jabber'], $row['username']);