aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-11 11:51:11 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-11 11:51:11 +0100
commit4bd5d6c0977bfda1e75665ae28598e0b259c89e7 (patch)
tree2f1f6d11769d2ed12b704637245c6425ebb08684 /phpBB/search.php
parentd6d7acef0416287bf70c0582ae874bbca6caf2eb (diff)
downloadforums-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.php1
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())