aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-10-04 23:17:18 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-10-04 23:17:18 +0530
commit67939192ae287b958902b382c6dd344c2cb74a74 (patch)
tree6e06cbf996065607b9808dd81fbf91113bc86112
parent52b25aaf20f512911a981958e0efa9365eb34489 (diff)
downloadforums-67939192ae287b958902b382c6dd344c2cb74a74.tar
forums-67939192ae287b958902b382c6dd344c2cb74a74.tar.gz
forums-67939192ae287b958902b382c6dd344c2cb74a74.tar.bz2
forums-67939192ae287b958902b382c6dd344c2cb74a74.tar.xz
forums-67939192ae287b958902b382c6dd344c2cb74a74.zip
[ticket/11051] remove unnecessary comment
PHPBB3-11051
-rw-r--r--phpBB/search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index e869c8eebd..f392e386c7 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -294,7 +294,6 @@ if ($keywords || $author || $author_id || $search_id || $submit)
if (!$correct_query || (!$search->get_search_query() && !sizeof($author_id_ary) && !$search_id))
{
$ignored = (sizeof($search->get_common_words())) ? sprintf($user->lang['IGNORED_TERMS_EXPLAIN'], implode(' ', $search->get_common_words())) . '<br />' : '';
- // Function cannot be directly used as associative array for php < 5.4
$word_length = $search->get_word_length();
if ($word_length)
{