mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
ups
git-svn-id: file:///svn/phpbb/trunk@8078 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c7abce7490
commit
e2863ca2a3
2 changed files with 2 additions and 2 deletions
|
@ -370,7 +370,7 @@ $lang = array_merge($lang, array(
|
||||||
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.',
|
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.',
|
||||||
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.',
|
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods.',
|
||||||
'NO_TOPIC' => 'The requested topic does not exist.',
|
'NO_TOPIC' => 'The requested topic does not exist.',
|
||||||
'NO_TOPIC_FORUM' => 'The topic or forum no longer exist.',
|
'NO_TOPIC_FORUM' => 'The topic or forum no longer exists.',
|
||||||
'NO_TOPICS' => 'There are no topics or posts in this forum.',
|
'NO_TOPICS' => 'There are no topics or posts in this forum.',
|
||||||
'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.',
|
'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.',
|
||||||
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
||||||
|
|
|
@ -1176,7 +1176,7 @@ switch ($mode)
|
||||||
'count_select' => array('count_select', 'eq'),
|
'count_select' => array('count_select', 'eq'),
|
||||||
'joined' => array('joined', ''),
|
'joined' => array('joined', ''),
|
||||||
'active' => array('active', ''),
|
'active' => array('active', ''),
|
||||||
'count' => ($count !== '') ? array('count', 0) : array('count', ''),
|
'count' => (request_var('count', '') !== '') ? array('count', 0) : array('count', ''),
|
||||||
'ipdomain' => array('ip', ''),
|
'ipdomain' => array('ip', ''),
|
||||||
'first_char' => array('first_char', ''),
|
'first_char' => array('first_char', ''),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue