From a3014676ca35f58c5f3447136f1685688d80ba6a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 18 Nov 2001 15:17:05 +0000 Subject: Another lang related update git-svn-id: file:///svn/phpbb/trunk@1359 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/profile.php b/phpBB/profile.php index 8bd216ada8..d715d7d9b3 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -354,7 +354,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) ) $www_img = ($profiledata['user_website']) ? "\""" : " "; - $pm_img = "\"""; + $pm_img = "\"""; $template->assign_vars(array( "USERNAME" => $profiledata['username'], -- cgit v1.2.1