mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
+ment....
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eec5432a5e
commit
139e217656
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue