Hi
I updated my server PHP version to PHP5, and get error in one of the addons regarding to preg_replace function, could you please to recode the function using preg_replace_callback function?
The old code is
PHP Code:
PHP Code:
return preg_replace('#\[quote(=("|"|\'|)??.*\\2)?\](((?>[^\[]*?|(?R)|.))*)\[/quote\]#siUe',
"process_quote_removal1('\\3', \$display['highlight'])", $pagetext);
Thanks in advance.