mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/11700] Fix some more incorrectly changed comments
PHPBB3-11700
This commit is contained in:
@@ -422,7 +422,7 @@ class fulltext_sphinx
|
||||
$this->sphinx->SetMatchMode(SPH_MATCH_ANY);
|
||||
}
|
||||
|
||||
// Keep quotes and new \lines
|
||||
// Keep quotes and new lines
|
||||
$keywords = str_replace(array('"', "\n"), array('"', ' '), trim($keywords));
|
||||
|
||||
if (strlen($keywords) > 0)
|
||||
|
Reference in New Issue
Block a user