1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 12:35:55 +02:00

Minor change, might help with some lost users

git-svn-id: file:///svn/phpbb/trunk@8164 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-10-11 14:45:47 +00:00
parent 10ed58b2c9
commit f3fd365496

View File

@ -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'], ''),