aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/posting.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 720a8d290d..e1e519372e 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -180,10 +180,6 @@ if ($sql != '')
$message_parser->attachment_data[$pos]['attach_id'] = (int) $message_parser->attachment_data[$pos]['attach_id'];
$message_parser->attachment_data[$pos]['thumbnail'] = (int) $message_parser->attachment_data[$pos]['thumbnail'];
}
- echo ";<pre>";
- print_r($message_parser->attachment_data);
- echo "</pre>;";
-
if ($post_attachment && !$submit && !$refresh && !$preview && $mode == 'edit')
{