aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/convert_phpbb20.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-18 21:06:00 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-18 21:06:00 +0100
commit9872316cac4df4987fdabc9512ca6ebeb7e5e04f (patch)
tree797b82fb3f2626a49de12de69774664a04f47ad1 /phpBB/install/convertors/convert_phpbb20.php
parentaed7e369c30bb724a1496fbda34707280a56ea22 (diff)
downloadforums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar
forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.gz
forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.bz2
forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.xz
forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.zip
[ticket/16167] Remove uses of user_email_hash
PHPBB3-16167
Diffstat (limited to 'phpBB/install/convertors/convert_phpbb20.php')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index c4d2be5a28..6da6e2eb22 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -899,7 +899,6 @@ if (!$get_info)
array('user_password', 'users.user_password', 'phpbb_convert_password_hash'),
array('user_posts', 'users.user_posts', 'intval'),
array('user_email', 'users.user_email', 'strtolower'),
- array('user_email_hash', 'users.user_email', 'gen_email_hash'),
array('user_birthday', ((defined('MOD_BIRTHDAY')) ? 'users.user_birthday' : ''), 'phpbb_get_birthday'),
array('user_lastvisit', 'users.user_lastvisit', 'intval'),
array('user_lastmark', 'users.user_lastvisit', 'intval'),