git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10388 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2009-12-29 02:37:16 +00:00
parent d67d6ed26a
commit 4729046bf4

View file

@ -316,7 +316,7 @@ function feed_generate_content($content, $uid, $bitfield, $options)
$content = preg_replace('#\<\!\[CDATA\[(.*?)\]\]\>#s', '', $content); $content = preg_replace('#\<\!\[CDATA\[(.*?)\]\]\>#s', '', $content);
// Other control characters // Other control characters
// $content = preg_replace('#(?:[\x00-\x1F\x7F]+|(?:\xC2[\x80-\x9F])+)#', '', $content); $content = preg_replace('#(?:[\x00-\x1F\x7F]+|(?:\xC2[\x80-\x9F])+)#', '', $content);
return $content; return $content;
} }