aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Atanasov <lucifer@anavaro.com>2014-06-22 22:06:16 +0300
committerStanislav Atanasov <lucifer@anavaro.com>2014-06-22 22:07:04 +0300
commit152d5fc263a7f5a32e63c5b125e0b6a1cead71e7 (patch)
treebe3d864beab3097dccf3eb30855ea62123b5b39f
parent165c5f8f15c969c10f0ae5b2c1a0bc68947ce595 (diff)
downloadforums-152d5fc263a7f5a32e63c5b125e0b6a1cead71e7.tar
forums-152d5fc263a7f5a32e63c5b125e0b6a1cead71e7.tar.gz
forums-152d5fc263a7f5a32e63c5b125e0b6a1cead71e7.tar.bz2
forums-152d5fc263a7f5a32e63c5b125e0b6a1cead71e7.tar.xz
forums-152d5fc263a7f5a32e63c5b125e0b6a1cead71e7.zip
[ticket/12701] Add change
Change back to since Add change PHPBB3-12701
-rwxr-xr-xphpBB/includes/functions_user.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index b1e1742ef8..f22f84ee97 100755
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -264,7 +264,8 @@ function user_add($user_row, $cp_data = false)
* @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
- * @since 3.1.0-b5
+ * @since 3.1.0-a1
+ * @change 3.1.0-b5
*/
$vars = array('user_row', 'cp_data', 'sql_ary');
extract($phpbb_dispatcher->trigger_event('core.user_add_modify_data', compact($vars)));