aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-04-30 14:36:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-04-30 14:36:33 +0000
commitbe3bdf61d778928916942c07c6d60968fddf9d18 (patch)
treef1b2941da4725d9de0c54c5cacdd2343abcf5b85 /phpBB/search.php
parent75012dec17b0cf47023f4b81cfba2034ecd47419 (diff)
downloadforums-be3bdf61d778928916942c07c6d60968fddf9d18.tar
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.gz
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.bz2
forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.xz
forums-be3bdf61d778928916942c07c6d60968fddf9d18.zip
- some fixes here and there
git-svn-id: file:///svn/phpbb/trunk@5138 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 9dac6b12ee..9034a2b571 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -713,7 +713,7 @@ if ($search_keywords || $search_author || $search_id)
'TOPIC_ICON_IMG' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['img'] : '',
'TOPIC_ICON_IMG_WIDTH' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['width'] : '',
'TOPIC_ICON_IMG_HEIGHT' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['height'] : '',
- 'ATTACH_ICON_IMG' => ($auth->acl_gets('f_download', 'u_download', $forum_id) && $row['topic_attachment']) ? $user->img('icon_attach', sprintf($user->lang['TOTAL_ATTACHMENTS'], $row['topic_attachment'])) : '',
+ 'ATTACH_ICON_IMG' => ($auth->acl_gets('f_download', 'u_download', $forum_id) && $row['topic_attachment']) ? $user->img('icon_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',
'S_TOPIC_TYPE' => $row['topic_type'],
'S_USER_POSTED' => (!empty($row['mark_type'])) ? true : false,