mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
related to attachments
git-svn-id: file:///svn/phpbb/trunk@4641 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -794,11 +794,8 @@ if (!sizeof($error) && $preview)
|
||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||
$extensions = $update_count = array();
|
||||
|
||||
$template->assign_block_vars('postrow', array(
|
||||
'S_HAS_ATTACHMENTS' => TRUE)
|
||||
);
|
||||
|
||||
display_attachments($message_parser->attachment_data, $update_count, TRUE);
|
||||
$template->assign_block_var('S_HAS_ATTACHMENTS', TRUE);
|
||||
display_attachments('attachment', $message_parser->attachment_data, $update_count, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user