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:
Meik Sievertsen 2006-04-15 14:55:33 +00:00
parent 84738055a2
commit 164b55b394

View file

@ -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...
if ($multibyte && strpos($result, '&#') !== false)
{
echo "HERE";
$result = preg_replace('#&(\#[0-9]+;)#', '&\1', $result);
}
}