]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
improved documentation for get_user_by_email()
authorCash Costello <cash.costello@gmail.com>
Fri, 3 Feb 2012 12:08:46 +0000 (07:08 -0500)
committerCash Costello <cash.costello@gmail.com>
Fri, 3 Feb 2012 12:08:46 +0000 (07:08 -0500)
engine/lib/users.php

index 14cdd55d4d90773470d88bc947ecb050a10bcaaf..f1d42e25e73491e7f6264e00d7cc191b0d8ed4f9 100644 (file)
@@ -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;