Merge pull request #5773 from marc1706/ticket/16238-3.3.x

[ticket/16238] Update version for deprecation
This commit is contained in:
Marc Alexander 2019-12-15 19:59:45 +01:00
commit ac43c5c8bd
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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. * 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'); $form_token_login = $template->retrieve_var('S_FORM_TOKEN_LOGIN');
if (!empty($form_token_login)) if (!empty($form_token_login))