mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
Since AIM is not available anymore, AOL fields must be removed and redirected to profile. Also, a migration file was created for current users updating to 3.2.x. PHPBB3-15594
This commit is contained in:
committed by
Marc Alexander
parent
0d3dd61ad4
commit
a2ab14d9d5
@@ -963,7 +963,6 @@ if (!$get_info)
|
||||
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_yahoo', 'users.user_yim', array('function1' => 'phpbb_set_encoding')),
|
||||
array('pf_phpbb_aol', 'users.user_aim', array('function1' => 'phpbb_set_encoding')),
|
||||
array('pf_phpbb_website', 'users.user_website', 'validate_website'),
|
||||
|
||||
'where' => 'users.user_id <> -1',
|
||||
|
Reference in New Issue
Block a user