mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 16:45:19 +02:00
better not. ;)
git-svn-id: file:///svn/phpbb/trunk@6458 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c40783e6a2
commit
a7df65168c
@ -2064,7 +2064,7 @@ function get_context($text, $words, $length = 400)
|
|||||||
{
|
{
|
||||||
if (preg_match('#(?:[^\w]|^)(' . str_replace('\*', '\w*?', preg_quote($word, '#')) . ')(?:[^\w]|$)#i', $text, $match))
|
if (preg_match('#(?:[^\w]|^)(' . str_replace('\*', '\w*?', preg_quote($word, '#')) . ')(?:[^\w]|$)#i', $text, $match))
|
||||||
{
|
{
|
||||||
$pos = utf8_strpos($text, $match[1]);
|
$pos = strpos($text, $match[1]);
|
||||||
if ($pos !== false)
|
if ($pos !== false)
|
||||||
{
|
{
|
||||||
$word_indizes[] = $pos;
|
$word_indizes[] = $pos;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user