1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

related to attachments

git-svn-id: file:///svn/phpbb/trunk@4641 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-11-05 14:57:29 +00:00
parent d8b990820c
commit f265316c29
4 changed files with 74 additions and 38 deletions

View File

@@ -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'];