mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/new-tz-handling] Remove old user::$dst property
PHPBB3-9558
This commit is contained in:
parent
b2a812e36b
commit
9e1812a0ca
1 changed files with 0 additions and 1 deletions
|
@ -1529,7 +1529,6 @@ class user extends session
|
||||||
var $theme = array();
|
var $theme = array();
|
||||||
var $date_format;
|
var $date_format;
|
||||||
var $timezone;
|
var $timezone;
|
||||||
var $dst;
|
|
||||||
|
|
||||||
var $lang_name = false;
|
var $lang_name = false;
|
||||||
var $lang_id = false;
|
var $lang_id = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue