diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-07 16:38:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-07 16:38:04 +0000 |
commit | 26606e62fd5ac2ec11b5281765bdd92c38ad59b6 (patch) | |
tree | d6115957177001656ea32711019e62e94fe66b9a | |
parent | f31b4142203fe781b759bdb46d8c14bff9f0896e (diff) | |
download | forums-26606e62fd5ac2ec11b5281765bdd92c38ad59b6.tar forums-26606e62fd5ac2ec11b5281765bdd92c38ad59b6.tar.gz forums-26606e62fd5ac2ec11b5281765bdd92c38ad59b6.tar.bz2 forums-26606e62fd5ac2ec11b5281765bdd92c38ad59b6.tar.xz forums-26606e62fd5ac2ec11b5281765bdd92c38ad59b6.zip |
ups. :)
git-svn-id: file:///svn/phpbb/trunk@4095 89ea8834-ac86-4346-8a33-228a782c2dd0
-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); } |