From f265316c29e57141b101fd4cbdee9586684c3540 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 5 Nov 2003 14:57:29 +0000 Subject: related to attachments git-svn-id: file:///svn/phpbb/trunk@4641 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 5fe0e099b3..2754fe8263 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1232,7 +1232,7 @@ foreach ($rowset as $i => $row) // Process Attachments for this post if (sizeof($attachments[$row['post_id']])) { - display_attachments($attachments[$row['post_id']], $update_count); + display_attachments('postrow.attachment', $attachments[$row['post_id']], $update_count); } $prev_post_id = $row['post_id']; -- cgit v1.2.1