summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-04-10 21:08:15 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-04-10 21:08:15 +0000
commit139e2176567d4661a6bb03b30570c76350018d4f (patch)
treec3b41ec19ea2d6c29294409ee24a6327f513a7f2
parentAddress an issue with quoting messages for those with HTML enabled. (diff)
downloadphpbb-139e2176567d4661a6bb03b30570c76350018d4f.tar.gz
phpbb-139e2176567d4661a6bb03b30570c76350018d4f.tar.bz2
phpbb-139e2176567d4661a6bb03b30570c76350018d4f.zip
+ment....
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5781 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/privmsg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php
index 0feb666623..b77cca6a4c 100644
--- a/phpBB/privmsg.php
+++ b/phpBB/privmsg.php
@@ -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);