From 4bd5d6c0977bfda1e75665ae28598e0b259c89e7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 11 Mar 2013 11:51:11 +0100 Subject: [PATCH] [ticket/9657] Remove line with unused variable PHPBB3-9657 --- phpBB/search.php | 1 - 1 file changed, 1 deletion(-) 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())