1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

Update related to smilie generation fix

git-svn-id: file:///svn/phpbb/trunk@1738 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-12-29 16:19:56 +00:00
parent 27c0fbe848
commit fd146498d1

View File

@ -1541,7 +1541,7 @@ else if( $submit || $refresh || $mode != "" )
//
// Send smilies to template
//
generate_smilies('inline');
generate_smilies('inline', PAGE_PRIVMSGS);
$template->assign_vars(array(
"SUBJECT" => preg_replace($html_entities_match, $html_entities_replace, $privmsg_subject),