aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-07 00:26:11 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-07 00:26:11 +0000
commit44f853004d2cbf43f88331b1b6b2e33065bc9005 (patch)
treef69365913f12663b81cf68ac1ff532d370e7c866
parent0955639395ab3d81c33ac0e1854ab552726aec6c (diff)
downloadforums-44f853004d2cbf43f88331b1b6b2e33065bc9005.tar
forums-44f853004d2cbf43f88331b1b6b2e33065bc9005.tar.gz
forums-44f853004d2cbf43f88331b1b6b2e33065bc9005.tar.bz2
forums-44f853004d2cbf43f88331b1b6b2e33065bc9005.tar.xz
forums-44f853004d2cbf43f88331b1b6b2e33065bc9005.zip
Minor update to image name
git-svn-id: file:///svn/phpbb/trunk@595 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php
index c4ba1fa332..2d49d82233 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -238,7 +238,7 @@ if($mode == "read")
$aim_img = ($privmsg['user_aim']) ? "<a href=\"aim:goim?screenname=" . $privmsg['user_aim'] . "&message=Hello+Are+you+there?\"><img src=\"" . $images['aim'] . "\" border=\"0\"></a>" : "";
- $msn_img = ($privmsg['user_msnm']) ? "<a href=\"profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id\"><img src=\"" . $images['msn'] . "\" border=\"0\"></a>" : "";
+ $msn_img = ($privmsg['user_msnm']) ? "<a href=\"profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$poster_id\"><img src=\"" . $images['msnm'] . "\" border=\"0\"></a>" : "";
$yim_img = ($privmsg['user_yim']) ? "<a href=\"http://edit.yahoo.com/config/send_webmesg?.target=" . $privmsg['user_yim'] . "&.src=pg\"><img src=\"" . $images['yim'] . "\" border=\"0\"></a>" : "";