[ticket/14459] Remove unused code

PHPBB3-14459
This commit is contained in:
rubencm 2019-06-25 16:23:59 +00:00
parent ef3b2a3f24
commit 191008daff

View file

@ -424,7 +424,7 @@
{% for attachments in attachments %} {% for attachments in attachments %}
<tr> <tr>
<td> <td>
{{ lang('EXTENSION_GROUP') ~ lang('COLON') }} <strong>{% if attachments.EXT_GROUP_NAME %}{{ attachments.EXT_GROUP_NAME }}{% else %}{{ lang('NO_EXT_GROUP') }}{% endif %}</strong> {{ lang('EXTENSION_GROUP') ~ lang('COLON') }} <strong>{{ attachments.EXT_GROUP_NAME }}</strong>
{% if attachments.S_IN_MESSAGE %} {% if attachments.S_IN_MESSAGE %}
<br>{{ attachments.L_DOWNLOAD_COUNT }} <br>{{ attachments.L_DOWNLOAD_COUNT }}
<br>{{ lang('IN') }} {{ lang('PRIVATE_MESSAGE') }} <br>{{ lang('IN') }} {{ lang('PRIVATE_MESSAGE') }}