From 09d99238b600a1f5c7c644b311cb822ea791a44c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 31 Jan 2002 01:11:24 +0000 Subject: Fix slashing problems ... occured when privmsg has an error and refreshes git-svn-id: file:///svn/phpbb/trunk@2018 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB') diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index e1299ae08c..d4d9144867 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -1153,6 +1153,10 @@ else if( $submit || $refresh || $mode != "" ) $privmsg_subject = ( isset($HTTP_POST_VARS['subject']) ) ? trim(strip_tags(stripslashes($HTTP_POST_VARS['subject']))) : ""; $privmsg_message = ( isset($HTTP_POST_VARS['message']) ) ? trim($HTTP_POST_VARS['message']) : ""; $privmsg_message = preg_replace('#