+ment....

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames 2006-04-10 21:08:15 +00:00
parent eec5432a5e
commit 139e217656

View file

@ -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);