aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-10-09 14:53:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-10-09 14:53:56 +0000
commitb1af72b27be9f208abe4ccc8a5861fc4eac33788 (patch)
tree59ea564f94edaa03acab961cbf40e764c9c231d2 /phpBB/posting.php
parent40c38c6f81753336632c15a20eb2c71dcb867d59 (diff)
downloadforums-b1af72b27be9f208abe4ccc8a5861fc4eac33788.tar
forums-b1af72b27be9f208abe4ccc8a5861fc4eac33788.tar.gz
forums-b1af72b27be9f208abe4ccc8a5861fc4eac33788.tar.bz2
forums-b1af72b27be9f208abe4ccc8a5861fc4eac33788.tar.xz
forums-b1af72b27be9f208abe4ccc8a5861fc4eac33788.zip
dumdidum...
git-svn-id: file:///svn/phpbb/trunk@4541 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-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')
{