1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-10-09 22:21:48 +02:00

View File

@@ -11,10 +11,10 @@
<!-- BEGIN bans --> <!-- BEGIN bans -->
ban_length['{bans.BAN_ID}'] = '{bans.A_LENGTH}'; ban_length['{bans.BAN_ID}'] = '{bans.A_LENGTH}';
<!-- IF bans.A_REASON --> <!-- IF bans.A_REASON -->
ban_reason['{bans.BAN_ID}'] = '{bans.A_REASON}'; ban_reason['{bans.BAN_ID}'] = '{{ bans.A_REASON | e('js') }}';
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF bans.A_GIVE_REASON --> <!-- IF bans.A_GIVE_REASON -->
ban_give_reason['{bans.BAN_ID}'] = '{bans.A_GIVE_REASON}'; ban_give_reason['{bans.BAN_ID}'] = '{{ bans.A_GIVE_REASON | e('js') }}';
<!-- ENDIF --> <!-- ENDIF -->
<!-- END bans --> <!-- END bans -->