mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
git-svn-id: file:///svn/phpbb/trunk@6724 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7428cdfd85
commit
277910a016
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
<p>{L_ACP_REASONS_EXPLAIN}</p>
|
||||
|
||||
<form id="reasons" method="post" action="{U_ACTION}">
|
||||
<fieldset class="tabuled">
|
||||
<fieldset class="tabulated">
|
||||
<legend>{L_ACP_REASONS}</legend>
|
||||
|
||||
<!-- IF .reasons -->
|
||||
|
|
|
@ -1007,7 +1007,7 @@ function display_reasons($reason_id = 0)
|
|||
// If the reason is defined within the language file, we will use the localized version, else just use the database entry...
|
||||
if (isset($user->lang['report_reasons']['TITLE'][strtoupper($row['reason_title'])]) && isset($user->lang['report_reasons']['DESCRIPTION'][strtoupper($row['reason_title'])]))
|
||||
{
|
||||
$row['reson_description'] = $user->lang['report_reasons']['DESCRIPTION'][strtoupper($row['reason_title'])];
|
||||
$row['reason_description'] = $user->lang['report_reasons']['DESCRIPTION'][strtoupper($row['reason_title'])];
|
||||
$row['reason_title'] = $user->lang['report_reasons']['TITLE'][strtoupper($row['reason_title'])];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue