aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-04-26 01:41:50 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-04-26 01:41:50 +0200
commit9eedd45aac7670c1fdd4076755b1f807d2587d3d (patch)
tree0f2381af63c13d841ca27016bde685da30e6ba7d /phpBB/includes/functions.php
parent0553d7980853c49e5421c350557e3961d6e9b2bc (diff)
parentaf827bf2b4d35c7a55ee5888448376555ed7929c (diff)
downloadforums-9eedd45aac7670c1fdd4076755b1f807d2587d3d.tar
forums-9eedd45aac7670c1fdd4076755b1f807d2587d3d.tar.gz
forums-9eedd45aac7670c1fdd4076755b1f807d2587d3d.tar.bz2
forums-9eedd45aac7670c1fdd4076755b1f807d2587d3d.tar.xz
forums-9eedd45aac7670c1fdd4076755b1f807d2587d3d.zip
Merge pull request #2345 from Nicofuma/ticket/12199
[ticket/12199] Move deprecated functions to functions_compatibility.php * Nicofuma/ticket/12199: [ticket/12199] Move deprecated functions to functions_compatibility.php
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 0cb88cd8ee..0d14f5ae67 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1005,24 +1005,6 @@ function phpbb_get_timezone_identifiers($selected_timezone)
}
/**
-* Pick a timezone
-*
-* @param string $default A timezone to select
-* @param boolean $truncate Shall we truncate the options text
-*
-* @return string Returns the options for timezone selector only
-*
-* @deprecated
-*/
-function tz_select($default = '', $truncate = false)
-{
- global $user;
-
- $timezone_select = phpbb_timezone_select($user, $default, $truncate);
- return $timezone_select['tz_select'];
-}
-
-/**
* Options to pick a timezone and date/time
*
* @param \phpbb\user $user Object of the current user