mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9758] Remove unnessary if-question for include functions_display
PHPBB3-9758
This commit is contained in:
parent
4f2a512052
commit
cde4070b19
1 changed files with 0 additions and 5 deletions
|
@ -266,11 +266,6 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
|
|||
}
|
||||
}
|
||||
|
||||
if (!function_exists('phpbb_gen_download_links'))
|
||||
{
|
||||
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
|
||||
}
|
||||
|
||||
// Display not already displayed Attachments for this post, we already parsed them. ;)
|
||||
if (isset($attachments) && sizeof($attachments))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue