mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/new-tz-handling] Delete old variable which is not used anymore
PHPBB3-9558
This commit is contained in:
parent
a71e60cdbd
commit
248a52be2a
1 changed files with 0 additions and 3 deletions
|
@ -4796,9 +4796,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
|
||||||
$board_url = generate_board_url() . '/';
|
$board_url = generate_board_url() . '/';
|
||||||
$web_path = (defined('PHPBB_USE_BOARD_URL_PATH') && PHPBB_USE_BOARD_URL_PATH) ? $board_url : $phpbb_root_path;
|
$web_path = (defined('PHPBB_USE_BOARD_URL_PATH') && PHPBB_USE_BOARD_URL_PATH) ? $board_url : $phpbb_root_path;
|
||||||
|
|
||||||
// Which timezone?
|
|
||||||
$tz = ($user->data['user_id'] != ANONYMOUS) ? strval(doubleval($user->data['user_timezone'])) : strval(doubleval($config['board_timezone']));
|
|
||||||
|
|
||||||
// Send a proper content-language to the output
|
// Send a proper content-language to the output
|
||||||
$user_lang = $user->lang['USER_LANG'];
|
$user_lang = $user->lang['USER_LANG'];
|
||||||
if (strpos($user_lang, '-x-') !== false)
|
if (strpos($user_lang, '-x-') !== false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue