mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -166,7 +166,7 @@ class fulltext_native extends search_backend
|
||||
|
||||
$keywords = preg_replace($match, $replace, $keywords);
|
||||
|
||||
// $keywords input format: each word seperated by a space, words in a bracket are not seperated
|
||||
// $keywords input format: each word separated by a space, words in a bracket are not separated
|
||||
|
||||
// the user wants to search for any word, convert the search query
|
||||
if ($terms == 'any')
|
||||
|
Reference in New Issue
Block a user