diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:38:30 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:38:30 +0000 |
| commit | 48701289fff7007472c14ef8dff0455242bab5c3 (patch) | |
| tree | 9c956ffedebb4b6d92f6cd69d771603732c7dd89 /phpBB/includes/functions_user.php | |
| parent | 360e245a1afbaeccf417b3b62e4068ac8c877c8e (diff) | |
| download | forums-48701289fff7007472c14ef8dff0455242bab5c3.tar forums-48701289fff7007472c14ef8dff0455242bab5c3.tar.gz forums-48701289fff7007472c14ef8dff0455242bab5c3.tar.bz2 forums-48701289fff7007472c14ef8dff0455242bab5c3.tar.xz forums-48701289fff7007472c14ef8dff0455242bab5c3.zip | |
Igor, hope that makes you happy
git-svn-id: file:///svn/phpbb/trunk@8729 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
| -rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 7f9760a441..3b376135ad 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -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 string $cp_data custom profile fields, see custom_profile::build_insert_sql_array |
