1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

some changes/bugfixes

git-svn-id: file:///svn/phpbb/trunk@7241 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-03-30 10:49:06 +00:00
parent 331a549c42
commit 9f82dec04b
19 changed files with 112 additions and 73 deletions

View File

@@ -880,7 +880,7 @@ if (!$get_info)
array('user_allow_viewonline', 'users.user_allow_viewonline', ''),
array('user_allow_viewemail', 'users.user_viewemail', ''),
array('user_actkey', 'users.user_actkey', ''),
array('user_newpasswd', 'users.user_newpasswd', ''),
array('user_newpasswd', '', ''), // Users need to re-request their password...
array('user_style', $config['default_style'], ''),
array('user_options', '', 'set_user_options'),