aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index c6a6d354ce..6d67f87096 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -552,7 +552,11 @@ function _hash_crypt_private($password, $setting, &$itoa64)
}
/**
-* Hash email
+* Hashes an email address to a big integer
+*
+* @param string $email Email address
+*
+* @return string Big Integer
*/
function phpbb_email_hash($email)
{