diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-12-10 15:35:22 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-12-10 15:35:22 -0500 |
commit | 4c517db146cb1c59c8a54d9e87b9e5a4ae17987e (patch) | |
tree | a6f595a26fb9a48c042c67ec9b7709b8b1ae5128 /engine/lib/users.php | |
parent | 93e83fd9a7016e0b37ced978434c258dd69e6954 (diff) | |
parent | 3a47b126b392afe4eaab58ffa869d104cbd779ec (diff) | |
download | elgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.gz elgg-4c517db146cb1c59c8a54d9e87b9e5a4ae17987e.tar.bz2 |
Merge branch '1.8' of github.com:Elgg/Elgg into 1.8
Diffstat (limited to 'engine/lib/users.php')
-rw-r--r-- | engine/lib/users.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php index 527eff3cd..95ef9d176 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -44,6 +44,7 @@ function get_user_entity_as_row($guid) { * @param string $code A code * * @return bool + * @access private */ function create_user_entity($guid, $name, $username, $password, $salt, $email, $language, $code) { global $CONFIG; |