diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-07-18 16:55:14 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-07-18 16:55:14 +0200 |
commit | 248a52be2af2d450be0447b7a241727cb3d61844 (patch) | |
tree | eb7d34157a30438236aed2648dfb4c945e5b6370 /phpBB/includes | |
parent | a71e60cdbd3e47c62a565dd777a28aec6832fb88 (diff) | |
download | forums-248a52be2af2d450be0447b7a241727cb3d61844.tar forums-248a52be2af2d450be0447b7a241727cb3d61844.tar.gz forums-248a52be2af2d450be0447b7a241727cb3d61844.tar.bz2 forums-248a52be2af2d450be0447b7a241727cb3d61844.tar.xz forums-248a52be2af2d450be0447b7a241727cb3d61844.zip |
[feature/new-tz-handling] Delete old variable which is not used anymore
PHPBB3-9558
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index b5d164f7a3..c6abcb27ef 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4796,9 +4796,6 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0 $board_url = generate_board_url() . '/'; $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 $user_lang = $user->lang['USER_LANG']; if (strpos($user_lang, '-x-') !== false) |