mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
fix whitespaces/tabs in r10256
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b35b4063f4
commit
0382b08fe2
2 changed files with 4 additions and 4 deletions
|
@ -976,7 +976,7 @@ switch ($mode)
|
|||
$jabber = request_var('jabber', '');
|
||||
$search_group_id = request_var('search_group_id', 0);
|
||||
|
||||
// when using these, make sure that actually have values defined in $find_key_match
|
||||
// when using these, make sure that we actually have values defined in $find_key_match
|
||||
$joined_select = request_var('joined_select', 'lt');
|
||||
$active_select = request_var('active_select', 'lt');
|
||||
$count_select = request_var('count_select', 'eq');
|
||||
|
|
Loading…
Add table
Reference in a new issue