mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
+ment....
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1508,7 +1508,7 @@ else if ( $submit || $refresh || $mode != '' )
|
||||
}
|
||||
|
||||
$orig_word = $replacement_word = array();
|
||||
obtain_word_list($orig_word, $replace_word);
|
||||
obtain_word_list($orig_word, $replacement_word);
|
||||
|
||||
$privmsg_subject = ( ( !preg_match('/^Re:/', $privmsg['privmsgs_subject']) ) ? 'Re: ' : '' ) . $privmsg['privmsgs_subject'];
|
||||
$privmsg_subject = preg_replace($orig_word, $replacement_word, $privmsg_subject);
|
||||
|
Reference in New Issue
Block a user