diff options
author | david63 <david.wood@pear-tree.org.uk> | 2016-12-21 14:04:32 +0000 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-21 20:46:58 +0100 |
commit | bac6dbda5e457ba5d1347b342616433be75b590d (patch) | |
tree | a853d7aca6ff07dee4d59e3ca855d55c4b634a21 /phpBB | |
parent | 1b46435734492f6d28456cf95ddb355d710c0f22 (diff) | |
download | forums-bac6dbda5e457ba5d1347b342616433be75b590d.tar forums-bac6dbda5e457ba5d1347b342616433be75b590d.tar.gz forums-bac6dbda5e457ba5d1347b342616433be75b590d.tar.bz2 forums-bac6dbda5e457ba5d1347b342616433be75b590d.tar.xz forums-bac6dbda5e457ba5d1347b342616433be75b590d.zip |
[ticket/14927] Corrected order in docblock of event & target version
PHPBB3-14927
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_user.php | 4 |
1 files 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', |