diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d280ab0f37..4cb4170ac6 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1132,9 +1132,7 @@ function phpbb_timezone_select($template, $user, $default = '', $truncate = fals } $tz_select .= '</optgroup>'; - return array( - 'tz_select' => $tz_select, - ); + return $tz_select; } // Functions handling topic/post tracking/marking |