From 27289cbfad52379badd3be8c59d87c239438b5c0 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Mon, 20 Sep 2021 22:02:17 +0200 Subject: [PATCH] [ticket/16879] Add events to phpbb_mail() PHPBB3-16879 --- phpBB/includes/functions_messenger.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index 56be0b6bbe..a40405b599 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -1945,7 +1945,7 @@ function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg) * @var string headers The email headers * @var string eol The endline character * @var string additional_parameters The additional parameters - * @since 3.3.5-RC1 + * @since 3.3.6-RC1 */ $vars = [ 'to', @@ -1970,7 +1970,7 @@ function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg) * @var string eol The endline character * @var string additional_parameters The additional parameters * @var bool result True if the email was sent, false otherwise - * @since 3.3.5-RC1 + * @since 3.3.6-RC1 */ $vars = [ 'to',