diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 15:51:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-18 15:51:44 +0000 |
commit | 88e0ca18abee7da8f968bbced620ec958069385c (patch) | |
tree | 8580407ce239b5777ea35e9ce5f210e1ce178c33 /phpBB/includes/functions.php | |
parent | f274c822bac869caa83b2eb1de17a12e2cc604a4 (diff) | |
download | forums-88e0ca18abee7da8f968bbced620ec958069385c.tar forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.gz forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.bz2 forums-88e0ca18abee7da8f968bbced620ec958069385c.tar.xz forums-88e0ca18abee7da8f968bbced620ec958069385c.zip |
those little things. ;)
git-svn-id: file:///svn/phpbb/trunk@7633 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 7879495f6c..8120a852d0 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3009,7 +3009,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count, case ATTACHMENT_CATEGORY_THUMB: $l_downloaded_viewed = 'VIEWED_COUNT'; $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( 'S_THUMBNAIL' => true, |