diff options
| -rw-r--r-- | phpBB/posting.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 7dab9077c6..af582ee03a 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -802,7 +802,6 @@ if ($submit || $preview || $refresh) 'bbcode_bitfield' => $message_parser->bbcode_bitfield ); - echo ";<pre>".$message_parser->message."</pre>"; submit_post($mode, $message_parser->message, $subject, $username, $topic_type, $message_parser->bbcode_uid, $poll, $message_parser->attachment_data, $message_parser->filename_data, $post_data); } |
