mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'ticket/11140' of github.com:EXreaction/phpbb3 into ticket/11103
This commit is contained in:
commit
9d955507b6
2 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ function mcp_front_view($id, $mode, $action)
|
|||
|
||||
'ORDER_BY' => 'p.message_time DESC',
|
||||
);
|
||||
$sql_ary = $db->sql_build_query('SELECT', $sql_ary);
|
||||
$sql = $db->sql_build_query('SELECT', $sql_ary);
|
||||
$result = $db->sql_query_limit($sql, 5);
|
||||
|
||||
$pm_by_id = $pm_list = array();
|
||||
|
|
|
@ -57,7 +57,7 @@ $lang = array_merge($lang, array(
|
|||
'SYSTEM_TIMEZONE' => 'Guest timezone',
|
||||
'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.',
|
||||
'WARNINGS_EXPIRE' => 'Warning duration',
|
||||
'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before the warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.',
|
||||
'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before a warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.',
|
||||
));
|
||||
|
||||
// Board Features
|
||||
|
|
Loading…
Add table
Reference in a new issue