mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()
The latter one has been deprecated for 10 years now. PHPBB3-16167
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user