aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/convert_phpbb20.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-04 10:19:08 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-04 10:19:08 +0100
commit83a7e632b9b21fed88a3dbea679580d0740664f7 (patch)
treed14783f202fbf5c17f8643f2472e762468094356 /phpBB/install/convertors/convert_phpbb20.php
parent03ef39c1f18584b331b5ddbd59e94848b8d3cd17 (diff)
downloadforums-83a7e632b9b21fed88a3dbea679580d0740664f7.tar
forums-83a7e632b9b21fed88a3dbea679580d0740664f7.tar.gz
forums-83a7e632b9b21fed88a3dbea679580d0740664f7.tar.bz2
forums-83a7e632b9b21fed88a3dbea679580d0740664f7.tar.xz
forums-83a7e632b9b21fed88a3dbea679580d0740664f7.zip
[ticket/12235] Convert WLM to custom profile field
PHPBB3-12235
Diffstat (limited to 'phpBB/install/convertors/convert_phpbb20.php')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index d5f7b266d4..f3d1e969f1 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -907,7 +907,6 @@ if (!$get_info)
array('user_inactive_time', '', 'phpbb_inactive_time'),
array('user_jabber', '', ''),
- array('user_msnm', 'users.user_msnm', array('function1' => 'phpbb_set_encoding')),
array('user_yim', 'users.user_yim', array('function1' => 'phpbb_set_encoding')),
array('user_aim', 'users.user_aim', array('function1' => 'phpbb_set_encoding')),
array('user_rank', 'users.user_rank', 'intval'),
@@ -962,6 +961,7 @@ if (!$get_info)
array('pf_phpbb_interests', 'users.user_interests', array('function1' => 'phpbb_set_encoding')),
array('pf_phpbb_location', 'users.user_from', array('function1' => 'phpbb_set_encoding')),
array('pf_phpbb_icq', 'users.user_icq', array('function1' => 'phpbb_set_encoding')),
+ array('pf_phpbb_wlm', 'users.user_msnm', array('function1' => 'phpbb_set_encoding')),
array('pf_phpbb_website', 'users.user_website', 'validate_website'),
'where' => 'users.user_id <> -1',