mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/12769] Delete imageset & consolidate imgs
This commit is contained in:
@@ -1912,6 +1912,8 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
||||
'POST_ID' => $row['post_id'],
|
||||
'POST_NUMBER' => $i + $start + 1,
|
||||
'POSTER_ID' => $poster_id,
|
||||
'MINI_POST' => ($post_unread) ? $user->lang['UNREAD_POST'] : $user->lang['POST'],
|
||||
|
||||
|
||||
'S_HAS_ATTACHMENTS' => (!empty($attachments[$row['post_id']])) ? true : false,
|
||||
'S_MULTIPLE_ATTACHMENTS' => !empty($attachments[$row['post_id']]) && sizeof($attachments[$row['post_id']]) > 1,
|
||||
|
Reference in New Issue
Block a user