diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-31 16:56:15 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-31 16:56:15 +0000 |
| commit | 46f3bd40a8ed2c5cfcb6b229f7ebab5678e41bf0 (patch) | |
| tree | 2f8fd4b59b67fa390f3d29ab2a78142d34888ec8 /phpBB/memberlist.php | |
| parent | 54f79e200fdba8e6eee74a0a8aed68a2ca71ec5e (diff) | |
| download | forums-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/memberlist.php')
| -rw-r--r-- | phpBB/memberlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index c53c9de6a3..ff1ccd6670 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -305,7 +305,7 @@ switch ($mode) $messenger->im($row['user_jabber'], $row['username']); $messenger->assign_vars(array( - 'BOARD_EMAIL' => $config['board_contact'], + 'BOARD_CONTACT' => $config['board_contact'], 'FROM_USERNAME' => htmlspecialchars_decode($user->data['username']), 'TO_USERNAME' => htmlspecialchars_decode($row['username']), 'MESSAGE' => htmlspecialchars_decode($message)) @@ -780,7 +780,7 @@ switch ($mode) $messenger->headers('X-AntiAbuse: User IP - ' . $user->ip); $messenger->assign_vars(array( - 'BOARD_EMAIL' => $config['board_contact'], + 'BOARD_CONTACT' => $config['board_contact'], 'TO_USERNAME' => htmlspecialchars_decode($row['to_name']), 'FROM_USERNAME' => htmlspecialchars_decode($user->data['username']), 'MESSAGE' => htmlspecialchars_decode($message)) |
