From aee4c949a8fa2892831c41edf8986feb8e1d4bd7 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 18 Mar 2008 13:29:57 +0000 Subject: 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 --- phpBB/memberlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') 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', ''), -- cgit v1.2.1