diff options
author | Matt Friedman <maf675@gmail.com> | 2015-01-04 01:40:18 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-01-04 01:40:18 -0800 |
commit | 88034ea2f0d3946de165aa30c43d3d8c5a3c0da4 (patch) | |
tree | 5bbab49b1e00e389d38c4eb12be7f8964d71e312 /phpBB/includes/functions.php | |
parent | 9d9b8139d0fa98680bb6639dcf2e72a81ac553be (diff) | |
download | forums-88034ea2f0d3946de165aa30c43d3d8c5a3c0da4.tar forums-88034ea2f0d3946de165aa30c43d3d8c5a3c0da4.tar.gz forums-88034ea2f0d3946de165aa30c43d3d8c5a3c0da4.tar.bz2 forums-88034ea2f0d3946de165aa30c43d3d8c5a3c0da4.tar.xz forums-88034ea2f0d3946de165aa30c43d3d8c5a3c0da4.zip |
[ticket/13440] Update event version to 3.1.3-RC1
PHPBB3-13440
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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))); |