mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Noted 'fix' for non-multibyte charsets and searching - RomanZu
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2548 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -101,7 +101,7 @@ function split_words(&$entry, $mode = 'post')
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
preg_match_all('/(\*?[a-z0-9]+\*?)|\b([a-z0-9]+)\b/', $entry, $split_entries);
|
preg_match_all('/(\*?[<EFBFBD>-<2D>a-z0-9]+\*?)|\b([<EFBFBD>-<2D>a-z0-9]+)\b/', $entry, $split_entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $split_entries[1];
|
return $split_entries[1];
|
||||||
|
Reference in New Issue
Block a user