mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-11 04:06:31 +02:00
i do not think i need this any longer. ;)
git-svn-id: file:///svn/phpbb/trunk@5785 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -30,7 +30,6 @@ function set_var(&$result, $var, $type, $multibyte = false)
|
|||||||
// Check for possible multibyte characters to save a preg_replace call if nothing is in there...
|
// Check for possible multibyte characters to save a preg_replace call if nothing is in there...
|
||||||
if ($multibyte && strpos($result, '&#') !== false)
|
if ($multibyte && strpos($result, '&#') !== false)
|
||||||
{
|
{
|
||||||
echo "HERE";
|
|
||||||
$result = preg_replace('#&(\#[0-9]+;)#', '&\1', $result);
|
$result = preg_replace('#&(\#[0-9]+;)#', '&\1', $result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user