diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:26:41 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-15 16:26:41 +0000 |
commit | 0ed25deb63d13a77a26d74866434bd2832242319 (patch) | |
tree | 97deba7f12f669aa9304339e36c1dcf8f5aed8ab /phpBB/memberlist.php | |
parent | 01488dc03b7bb67780d382ec9e2a4575012b05b6 (diff) | |
download | forums-0ed25deb63d13a77a26d74866434bd2832242319.tar forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.gz forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.bz2 forums-0ed25deb63d13a77a26d74866434bd2832242319.tar.xz forums-0ed25deb63d13a77a26d74866434bd2832242319.zip |
Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 5107a0fbac..36a7cedf24 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -187,8 +187,7 @@ if(($selected_members = $db->sql_numrows($result)) > 0) if( !empty($members[$i]['user_viewemail']) ) { - $altered_email = str_replace("@", " at ", $members[$i]['user_email']); - $email_img = "<a href=\"mailto:$altered_email\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_an_email'] . "\" /></a>"; + $email_img = "<a href=\"" . append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=$user_id") . "\"><img src=\"" . $images['icon_email'] . "\" border=\"0\" alt=\"" . $lang['Send_an_email'] . "\" /></a>"; } else { |