diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 13:29:57 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-18 13:29:57 +0000 |
commit | aee4c949a8fa2892831c41edf8986feb8e1d4bd7 (patch) | |
tree | ca2218854320397a410f185718da3ae6947f680f /phpBB/memberlist.php | |
parent | 6da288aace3df1e2fcf4c06c8a467cf29922f07d (diff) | |
download | forums-aee4c949a8fa2892831c41edf8986feb8e1d4bd7.tar forums-aee4c949a8fa2892831c41edf8986feb8e1d4bd7.tar.gz forums-aee4c949a8fa2892831c41edf8986feb8e1d4bd7.tar.bz2 forums-aee4c949a8fa2892831c41edf8986feb8e1d4bd7.tar.xz forums-aee4c949a8fa2892831c41edf8986feb8e1d4bd7.zip |
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
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 7244a09591..18a8c9b77c 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -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', ''), |