1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 02:21:43 +02:00

[feature/new-tz-handling] Remove old user::$dst property

PHPBB3-9558
This commit is contained in:
Chris Smith
2010-07-07 21:31:41 +01:00
committed by Oleg Pudeyev
parent b2a812e36b
commit 9e1812a0ca

View File

@@ -1529,7 +1529,6 @@ class user extends session
var $theme = array();
var $date_format;
var $timezone;
var $dst;
var $lang_name = false;
var $lang_id = false;