mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
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
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user