From 8c8a981a2ae3ec47a27c5ee84937b98a3b636661 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 18 Mar 2006 12:33:06 +0000 Subject: [PATCH] Fingers crossed, this is the last change I need to make :) git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5651 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index e57d2ff3e6..0feb666623 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1746,9 +1746,6 @@ else if ( $submit || $refresh || $mode != '' ) // generate_smilies('inline', PAGE_PRIVMSGS); - $privmsg_subject = preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject); - $privmsg_subject = str_replace('"', '"', $privmsg_subject); - $template->assign_vars(array( 'SUBJECT' => $privmsg_subject, 'USERNAME' => $to_username,