mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
oops
git-svn-id: file:///svn/phpbb/trunk@6933 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5bb75c590d
commit
9ebe6b6b1f
1 changed files with 1 additions and 1 deletions
|
@ -1240,7 +1240,7 @@ function utf8_clean_string($text)
|
||||||
$text = strtr($text, $homographs);
|
$text = strtr($text, $homographs);
|
||||||
|
|
||||||
// Other control characters
|
// Other control characters
|
||||||
$text = preg_replace('#(?:[\x00-\x1F\x7F]+|(?:\xC2[\x80-\x9F])+)#', '', $text)
|
$text = preg_replace('#(?:[\x00-\x1F\x7F]+|(?:\xC2[\x80-\x9F])+)#', '', $text);
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue