mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Pertain select single link on memberlist (Bug #23235 - patch provided by Schumi)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8444 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1187,7 +1187,7 @@ switch ($mode)
|
||||
'sd' => array('sd', 'a'),
|
||||
'form' => array('form', ''),
|
||||
'field' => array('field', ''),
|
||||
'select_single' => array('select_single', 0),
|
||||
'select_single' => array('select_single', $select_single),
|
||||
'username' => array('username', '', true),
|
||||
'email' => array('email', ''),
|
||||
'icq' => array('icq', ''),
|
||||
|
Reference in New Issue
Block a user