mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
[ticket/12858] Directly return and use timezone selects
PHPBB3-12858
This commit is contained in:
@@ -135,8 +135,7 @@ function tz_select($default = '', $truncate = false)
|
||||
{
|
||||
global $template, $user;
|
||||
|
||||
$timezone_select = phpbb_timezone_select($template, $user, $default, $truncate);
|
||||
return $timezone_select['tz_select'];
|
||||
return phpbb_timezone_select($template, $user, $default, $truncate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user