LyubovL
Hi!

Try to put the following

function htmlspecialchars_decode($str)
{
$search = array('&', '"', '<', '>');
$replace = array('&', '"', '<', '>');

return str_replace($search, $replace, $str);
}

into util.php.

If it won't work, please contact our support team, they will help you to fix this problem.

Regards
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.063530921936035