diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-02-03 07:08:46 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-02-03 07:08:46 -0500 |
commit | 8a2110d2a52a5bdd58f7396bcb7706840e7a3140 (patch) | |
tree | ea80a3ed4a946acf4eebaf6bc6b28f990207ff31 /engine | |
parent | e7b2f4f1e68b1c3539f26fc917da04dc8f2a52cc (diff) | |
download | elgg-8a2110d2a52a5bdd58f7396bcb7706840e7a3140.tar.gz elgg-8a2110d2a52a5bdd58f7396bcb7706840e7a3140.tar.bz2 |
improved documentation for get_user_by_email()
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/users.php b/engine/lib/users.php index 14cdd55d4..f1d42e25e 100644 --- a/engine/lib/users.php +++ b/engine/lib/users.php @@ -612,11 +612,11 @@ function get_user_by_code($code) { } /** - * Get an array of users from their email addresses + * Get an array of users from an email address * * @param string $email Email address. * - * @return Array of users + * @return array */ function get_user_by_email($email) { global $CONFIG; |