diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 11:51:11 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 11:51:11 +0100 |
commit | 4bd5d6c0977bfda1e75665ae28598e0b259c89e7 (patch) | |
tree | 2f1f6d11769d2ed12b704637245c6425ebb08684 /phpBB/search.php | |
parent | d6d7acef0416287bf70c0582ae874bbca6caf2eb (diff) | |
download | forums-4bd5d6c0977bfda1e75665ae28598e0b259c89e7.tar forums-4bd5d6c0977bfda1e75665ae28598e0b259c89e7.tar.gz forums-4bd5d6c0977bfda1e75665ae28598e0b259c89e7.tar.bz2 forums-4bd5d6c0977bfda1e75665ae28598e0b259c89e7.tar.xz forums-4bd5d6c0977bfda1e75665ae28598e0b259c89e7.zip |
[ticket/9657] Remove line with unused variable
PHPBB3-9657
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 92eef9493a..5b61879e8d 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -519,7 +519,6 @@ if ($keywords || $author || $author_id || $search_id || $submit) // make sure that some arrays are always in the same order sort($ex_fid_ary); -// @TODO sort($m_approve_fid_ary); sort($author_id_ary); if ($search->get_search_query()) |