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

[ticket/10344] Add attachment icons to list of reported and queued posts/topics

PHPBB3-10344
This commit is contained in:
Joas Schilling
2011-08-27 00:25:38 +02:00
parent 5c2243360d
commit 6a2b13632d
8 changed files with 25 additions and 19 deletions

View File

@@ -293,6 +293,7 @@ class mcp_pm_reports
'REPORT_TIME' => $user->format_date($row['report_time']),
'RECIPIENTS' => implode(', ', $address_list[$row['msg_id']]),
'ATTACH_ICON_IMG' => ($auth->acl_get('u_download') && $row['message_attachment']) ? $user->img('icon_topic_attach', $user->lang['TOTAL_ATTACHMENTS']) : '',
));
}
}