From b1af72b27be9f208abe4ccc8a5861fc4eac33788 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 9 Oct 2003 14:53:56 +0000 Subject: [PATCH] dumdidum... git-svn-id: file:///svn/phpbb/trunk@4541 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 4 ---- 1 file changed, 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 ";
";
-	print_r($message_parser->attachment_data);
-	echo "
;"; - if ($post_attachment && !$submit && !$refresh && !$preview && $mode == 'edit') {