mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
those little things. ;)
git-svn-id: file:///svn/phpbb/trunk@7633 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3009,7 +3009,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count,
|
|||||||
case ATTACHMENT_CATEGORY_THUMB:
|
case ATTACHMENT_CATEGORY_THUMB:
|
||||||
$l_downloaded_viewed = 'VIEWED_COUNT';
|
$l_downloaded_viewed = 'VIEWED_COUNT';
|
||||||
$thumbnail_link = append_sid("{$phpbb_root_path}download.$phpEx", 'id=' . $attachment['attach_id'] . '&t=1');
|
$thumbnail_link = append_sid("{$phpbb_root_path}download.$phpEx", 'id=' . $attachment['attach_id'] . '&t=1');
|
||||||
$download_link = '&mode=view';
|
$download_link .= '&mode=view';
|
||||||
|
|
||||||
$block_array += array(
|
$block_array += array(
|
||||||
'S_THUMBNAIL' => true,
|
'S_THUMBNAIL' => true,
|
||||||
|
Reference in New Issue
Block a user