From 88034ea2f0d3946de165aa30c43d3d8c5a3c0da4 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 4 Jan 2015 01:40:18 -0800 Subject: [PATCH] [ticket/13440] Update event version to 3.1.3-RC1 PHPBB3-13440 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 81e296e9c9..a016f8e62a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2931,7 +2931,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa * @var string username User name used to login * @var string password Password used to login * @var string err Error message - * @since 3.1.3 + * @since 3.1.3-RC1 */ $vars = array('result', 'username', 'password', 'err'); extract($phpbb_dispatcher->trigger_event('core.login_box_failed', compact($vars)));