mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11051] remove unnecessary comment
PHPBB3-11051
This commit is contained in:
parent
52b25aaf20
commit
67939192ae
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
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 />' : '';
|
$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();
|
$word_length = $search->get_word_length();
|
||||||
if ($word_length)
|
if ($word_length)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue