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/privmsg.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'phpBB/privmsg.php') diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index 1b0ff74c66..e92d9c9d0b 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -388,12 +388,11 @@ if( $mode == "read" ) $profile_img = "\"""; - $email_addr = str_replace("@", " at ", $privmsg['user_email']); - $email_img = ($privmsg['user_viewemail'] && $email_addr != "" ) ? "\""" : ""; + $email_img = ( $privmsg['user_viewemail'] ) ? "\""" : ""; - $www_img = ($privmsg['user_website']) ? "\""" : ""; + $www_img = ( $privmsg['user_website']) ? "\""" : ""; - if($privmsg['user_icq']) + if( $privmsg['user_icq'] ) { $icq_status_img = ""; -- cgit v1.2.1