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:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user