mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9657] Remove line with unused variable
PHPBB3-9657
This commit is contained in:
parent
d6d7acef04
commit
4bd5d6c097
1 changed files with 0 additions and 1 deletions
|
@ -519,7 +519,6 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
|
|
||||||
// make sure that some arrays are always in the same order
|
// make sure that some arrays are always in the same order
|
||||||
sort($ex_fid_ary);
|
sort($ex_fid_ary);
|
||||||
// @TODO sort($m_approve_fid_ary);
|
|
||||||
sort($author_id_ary);
|
sort($author_id_ary);
|
||||||
|
|
||||||
if ($search->get_search_query())
|
if ($search->get_search_query())
|
||||||
|
|
Loading…
Add table
Reference in a new issue