aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-17 19:07:24 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-17 19:07:24 +0200
commitf4761b5e0847a95944aaf9b00057eaa059995b81 (patch)
treed177a1b4f5674f35df9ba6e84059043dcbb8eca2 /phpBB/includes/functions.php
parent9c310f789ffad41af46b36128f197176dc1f12e3 (diff)
downloadforums-f4761b5e0847a95944aaf9b00057eaa059995b81.tar
forums-f4761b5e0847a95944aaf9b00057eaa059995b81.tar.gz
forums-f4761b5e0847a95944aaf9b00057eaa059995b81.tar.bz2
forums-f4761b5e0847a95944aaf9b00057eaa059995b81.tar.xz
forums-f4761b5e0847a95944aaf9b00057eaa059995b81.zip
[ticket/12858] Directly return and use timezone selects
PHPBB3-12858
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php4
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