aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-07-18 16:55:14 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-07-18 16:55:14 +0200
commit248a52be2af2d450be0447b7a241727cb3d61844 (patch)
treeeb7d34157a30438236aed2648dfb4c945e5b6370 /phpBB/includes
parenta71e60cdbd3e47c62a565dd777a28aec6832fb88 (diff)
downloadforums-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.php3
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)