mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/9758] Remove unnessary if-question for include functions_display
PHPBB3-9758
This commit is contained in:
@@ -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. ;)
|
// Display not already displayed Attachments for this post, we already parsed them. ;)
|
||||||
if (isset($attachments) && sizeof($attachments))
|
if (isset($attachments) && sizeof($attachments))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user