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,