From f3fd3654966aa79bf2850982d83cb6e5f77b6921 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Thu, 11 Oct 2007 14:45:47 +0000 Subject: Minor change, might help with some lost users git-svn-id: file:///svn/phpbb/trunk@8164 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/convertors/convert_phpbb20.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install') 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'], ''), -- cgit v1.2.1