aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-12 18:41:52 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-12 18:41:52 +0100
commit581fe4ec83b8c34ff464f8e95b4b4412371dcbda (patch)
tree47c85eb35b81dea40f04f0881624d3d407196e1b
parent02689df8f753488dbc567b8412a9e05f33205c48 (diff)
downloadforums-581fe4ec83b8c34ff464f8e95b4b4412371dcbda.tar
forums-581fe4ec83b8c34ff464f8e95b4b4412371dcbda.tar.gz
forums-581fe4ec83b8c34ff464f8e95b4b4412371dcbda.tar.bz2
forums-581fe4ec83b8c34ff464f8e95b4b4412371dcbda.tar.xz
forums-581fe4ec83b8c34ff464f8e95b4b4412371dcbda.zip
[ticket/16238] Update version for deprecation
PHPBB3-16238
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 994323531a..9759eabb5a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -4119,7 +4119,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
/**
* Workaround for missing template variable in pre phpBB 3.2.6 styles.
- * @deprecated 3.2.7 (To be removed: 3.3.0-a1)
+ * @deprecated 3.2.7 (To be removed: 4.0.0-a1)
*/
$form_token_login = $template->retrieve_var('S_FORM_TOKEN_LOGIN');
if (!empty($form_token_login))