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:
Meik Sievertsen 2008-03-18 13:29:57 +00:00
parent 6da288aace
commit aee4c949a8

View file

@ -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', ''),