aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-21 14:54:32 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 14:54:32 +0100
commit2a023c9e15ffd03f07770adf6e8372d3b4e23057 (patch)
tree242e90b696746171f94d31bbf7c24afcf0550a92 /phpBB/includes/functions_convert.php
parent289524938ca527816a902f1a2acb9cf385c2598d (diff)
parentc628cd7e151a09e25ca0d980620b5fa3fe36a763 (diff)
downloadforums-2a023c9e15ffd03f07770adf6e8372d3b4e23057.tar
forums-2a023c9e15ffd03f07770adf6e8372d3b4e23057.tar.gz
forums-2a023c9e15ffd03f07770adf6e8372d3b4e23057.tar.bz2
forums-2a023c9e15ffd03f07770adf6e8372d3b4e23057.tar.xz
forums-2a023c9e15ffd03f07770adf6e8372d3b4e23057.zip
Merge pull request #5727 from marc1706/ticket/16167
[ticket/16167] Use user_email column for checking duplicates
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php10
1 files changed, 0 insertions, 10 deletions
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
@@ -207,16 +207,6 @@ function get_group_id($group_name)
}
/**
-* 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
*/
function is_topic_locked($bool)