mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
yet another oops...
git-svn-id: file:///svn/phpbb/trunk@6370 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ccaaa3a307
commit
9479bc428f
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ $UTF8_LOWER_TO_UPPER = array(
|
|||
return '';
|
||||
}
|
||||
|
||||
if (($offset + $length) > $strlen)
|
||||
if (($offset + $length) > $strlen)
|
||||
{
|
||||
$length = '*';
|
||||
}
|
||||
|
@ -611,7 +611,7 @@ function utf8_encode_ncr($text)
|
|||
*/
|
||||
function utf8_encode_ncr_callback($m)
|
||||
{
|
||||
return utf8_ord($m[0]);
|
||||
return '&#' . utf8_ord($m[0]) . ';';
|
||||
}
|
||||
|
||||
function utf8_ord($chr)
|
||||
|
|
Loading…
Add table
Reference in a new issue