 Re: Site Updated To Latest Icy Phoenix Version
Informpro if you have some time, can you please check this line of code from bbcode.php?
$text .= str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "preg_replace($orig, $repl, '\0')", '>' . $seg . '<'), 1, -1));
EDIT:
I should have fixed like this:
$text .= str_replace('\"', '"', substr(preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#s', preg_replace($orig, $repl, '>' . $seg . '<'), '>' . $seg . '<'), 1, -1));
Not really sure the fix is correct though...
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
Edited by Mighty Gorgon, Sat 02 Jan, 2021 22:16: Added a proposed edit |