mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +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'),
|
'sd' => array('sd', 'a'),
|
||||||
'form' => array('form', ''),
|
'form' => array('form', ''),
|
||||||
'field' => array('field', ''),
|
'field' => array('field', ''),
|
||||||
'select_single' => array('select_single', 0),
|
'select_single' => array('select_single', $select_single),
|
||||||
'username' => array('username', '', true),
|
'username' => array('username', '', true),
|
||||||
'email' => array('email', ''),
|
'email' => array('email', ''),
|
||||||
'icq' => array('icq', ''),
|
'icq' => array('icq', ''),
|
||||||
|
Reference in New Issue
Block a user