From c628cd7e151a09e25ca0d980620b5fa3fe36a763 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 19 Nov 2019 21:15:21 +0100 Subject: [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash() The latter one has been deprecated for 10 years now. PHPBB3-16167 --- phpBB/includes/functions_convert.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'phpBB/includes/functions_convert.php') diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 13e01afe51..df4c9b1875 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -206,16 +206,6 @@ function get_group_id($group_name) return $group_mapping['REGISTERED']; } -/** -* Generate the email hash stored in the users table -* -* Note: Deprecated, calls should directly go to phpbb_email_hash() -*/ -function gen_email_hash($email) -{ - return phpbb_email_hash($email); -} - /** * Convert a boolean into the appropriate phpBB constant indicating whether the topic is locked */ -- cgit v1.2.1