diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-11 14:45:47 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-11 14:45:47 +0000 |
commit | f3fd3654966aa79bf2850982d83cb6e5f77b6921 (patch) | |
tree | ea143af16a1b87fadc63547effe0c4ff157766c2 /phpBB/install | |
parent | 10ed58b2c9db5869c7e4136b0e718d1f81706d87 (diff) | |
download | forums-f3fd3654966aa79bf2850982d83cb6e5f77b6921.tar forums-f3fd3654966aa79bf2850982d83cb6e5f77b6921.tar.gz forums-f3fd3654966aa79bf2850982d83cb6e5f77b6921.tar.bz2 forums-f3fd3654966aa79bf2850982d83cb6e5f77b6921.tar.xz forums-f3fd3654966aa79bf2850982d83cb6e5f77b6921.zip |
Minor change, might help with some lost users
git-svn-id: file:///svn/phpbb/trunk@8164 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 11b271f964..9a0e400d94 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -892,7 +892,7 @@ if (!$get_info) array('user_notify_type', NOTIFY_EMAIL, ''), array('user_allow_pm', 'users.user_allow_pm', ''), array('user_allow_viewonline', 'users.user_allow_viewonline', ''), - array('user_allow_viewemail', 'users.user_viewemail', ''), + array('user_allow_viewemail', 'users.user_viewemail', 'intval'), array('user_actkey', 'users.user_actkey', ''), array('user_newpasswd', '', ''), // Users need to re-request their password... array('user_style', $config['default_style'], ''), |