aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-06-25 19:49:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-06-25 19:49:59 +0000
commit59573cce8b69bf48ffc81da3ffb14e2b403f6583 (patch)
tree227fc9ee81abad85f867c40f88b02e2c8f09258e /phpBB/includes/message_parser.php
parent20aacd94170150ec206e529a8f18ad3e82b397c2 (diff)
downloadforums-59573cce8b69bf48ffc81da3ffb14e2b403f6583.tar
forums-59573cce8b69bf48ffc81da3ffb14e2b403f6583.tar.gz
forums-59573cce8b69bf48ffc81da3ffb14e2b403f6583.tar.bz2
forums-59573cce8b69bf48ffc81da3ffb14e2b403f6583.tar.xz
forums-59573cce8b69bf48ffc81da3ffb14e2b403f6583.zip
some updates...
git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/message_parser.php')
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 4e04cec0e8..5d58845303 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -672,7 +672,7 @@ class parse_message
$error = array();
$num_attachments = count($this->attachment_data);
- $this->filename_data['filecomment'] = (isset($_POST['filecomment'])) ? trim( strip_tags($_POST['filecomment'])) : '';
+ $this->filename_data['filecomment'] = (isset($_POST['filecomment'])) ? trim(strip_tags($_POST['filecomment'])) : '';
$this->filename_data['filename'] = ($_FILES['fileupload']['name'] != 'none') ? trim($_FILES['fileupload']['name']) : '';
$add_file = (isset($_POST['add_file'])) ? TRUE : FALSE;