From 8a2110d2a52a5bdd58f7396bcb7706840e7a3140 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 3 Feb 2012 07:08:46 -0500 Subject: improved documentation for get_user_by_email() --- engine/lib/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/users.php') 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; -- cgit v1.2.3