mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Igor, hope that makes you happy
git-svn-id: file:///svn/phpbb/trunk@8729 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
360e245a1a
commit
48701289ff
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function user_update_name($old_name, $new_name)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds an user
|
* Adds a user
|
||||||
*
|
*
|
||||||
* @param mixed $user_row An array containing the following keys (and the appropriate values): username, group_id (the group to place the user in), user_email and the user_type(usually 0). Additional entries not overridden by defaults will be forwarded.
|
* @param mixed $user_row An array containing the following keys (and the appropriate values): username, group_id (the group to place the user in), user_email and the user_type(usually 0). Additional entries not overridden by defaults will be forwarded.
|
||||||
* @param string $cp_data custom profile fields, see custom_profile::build_insert_sql_array
|
* @param string $cp_data custom profile fields, see custom_profile::build_insert_sql_array
|
||||||
|
|
Loading…
Add table
Reference in a new issue