From: Andreas F. <ba...@ph...> - 2009-08-31 09:31:47
|
Author: bantu Date: Mon Aug 31 10:31:30 2009 New Revision: 10071 Log: Addition to r10060: Add function documentation. Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php Modified: branches/phpBB-3_0_0/phpBB/includes/functions.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/functions.php (original) --- branches/phpBB-3_0_0/phpBB/includes/functions.php Mon Aug 31 10:31:30 2009 *************** *** 552,558 **** } /** ! * Hash email */ function phpbb_email_hash($email) { --- 552,562 ---- } /** ! * Hashes an email address to a big integer ! * ! * @param string $email Email address ! * ! * @return string Big Integer */ function phpbb_email_hash($email) { |