1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00
git-svn-id: file:///svn/phpbb/trunk@8078 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-09-04 06:40:15 +00:00
parent c7abce7490
commit e2863ca2a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1176,7 +1176,7 @@ switch ($mode)
'count_select' => array('count_select', 'eq'),
'joined' => array('joined', ''),
'active' => array('active', ''),
'count' => ($count !== '') ? array('count', 0) : array('count', ''),
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
'ipdomain' => array('ip', ''),
'first_char' => array('first_char', ''),
);