From bac6dbda5e457ba5d1347b342616433be75b590d Mon Sep 17 00:00:00 2001 From: david63 Date: Wed, 21 Dec 2016 14:04:32 +0000 Subject: [PATCH] [ticket/14927] Corrected order in docblock of event & target version PHPBB3-14927 --- phpBB/includes/functions_user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 175998d51f..f222f33eb2 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -275,10 +275,10 @@ function user_add($user_row, $cp_data = false, $notifications_data = null) * @var array user_row Array of user details submited to user_add * @var array cp_data Array of Custom profile fields submited to user_add * @var array sql_ary Array of data to be inserted when a user is added + * @var array notifications_data Array of notification data to be inserted when a user is added * @since 3.1.0-a1 * @changed 3.1.0-b5 Added user_row and cp_data - * @var array notifications_data Array of notification data to be inserted when a user is added - * @change 3.2.0 + * @changed 3.1.11-RC1 Added notifications_data */ $vars = array( 'user_row',