mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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:
parent
aa3a6a694e
commit
8c8a981a2a
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue