mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00: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:
parent
84738055a2
commit
164b55b394
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue