From 0ed25deb63d13a77a26d74866434bd2832242319 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 15 Nov 2001 16:26:41 +0000 Subject: Email form - free with purchase of any two other items git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/groupcp.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'phpBB/groupcp.php') diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 6d706f8e1e..b3895a3dd2 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -725,8 +725,7 @@ else if( $group_id ) if( !empty($group_members[$i]['user_viewemail']) ) { - $email_addr = str_replace("@", " at ", $group_members[$i]['user_email']); - $email_img = ( $group_members[$i]['user_viewemail'] ) ? "\""" : ""; + $email_img = ( $group_members[$i]['user_viewemail'] ) ? "\""" : ""; } else { @@ -881,8 +880,7 @@ else if( $group_id ) if( !empty($modgroup_pending_list[$i]['user_viewemail']) ) { - $email_addr = str_replace("@", " at ", $modgroup_pending_list[$i]['user_email']); - $email_img = ( $modgroup_pending_list[$i]['user_viewemail'] ) ? "\""" : ""; + $email_img = ( $modgroup_pending_list[$i]['user_viewemail'] ) ? "\""" : ""; } else { -- cgit v1.2.1