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

[ticket/12858] Fix timezone display on acp users page

PHPBB3-12858
This commit is contained in:
Marc Alexander
2014-09-17 16:00:16 +02:00
parent 9a3aeb8a99
commit 6323180344
2 changed files with 11 additions and 5 deletions

View File

@@ -1700,8 +1700,6 @@ class acp_users
'S_LANG_OPTIONS' => language_select($data['lang']),
'S_STYLE_OPTIONS' => style_select($data['style']),
'S_TZ_OPTIONS' => $timezone_selects['tz_select'],
'S_TZ_DATE_OPTIONS' => $timezone_selects['tz_dates'],
);
/**