mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
6da288aace
commit
aee4c949a8
1 changed files with 1 additions and 1 deletions
|
@ -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', ''),
|
||||
|
|
Loading…
Add table
Reference in a new issue