mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
dumdidum...
git-svn-id: file:///svn/phpbb/trunk@4541 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
40c38c6f81
commit
b1af72b27b
1 changed files with 0 additions and 4 deletions
|
@ -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]['attach_id'] = (int) $message_parser->attachment_data[$pos]['attach_id'];
|
||||||
$message_parser->attachment_data[$pos]['thumbnail'] = (int) $message_parser->attachment_data[$pos]['thumbnail'];
|
$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')
|
if ($post_attachment && !$submit && !$refresh && !$preview && $mode == 'edit')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue