Support > cpg1.5 email

No emails being sent

<< < (2/2)

Donald whannell:

--- Quote from: Αndré on October 04, 2013, 12:00:43 pm ---Better solution: add this function to include/functions.inc.php:

--- Code: ---if ( !function_exists('htmlspecialchars_decode') )
{
    function htmlspecialchars_decode($text)
    {
        return strtr($text, array_flip(get_html_translation_table(HTML_SPECIALCHARS)));
    }
}
--- End code ---

--- End quote ---

Thanks for your fix.  I ended up asking my host to upgrade the server to PHP 5 and reverted back to the original code but I'm sure it'll help others who can't upgrade.

Donald

Navigation

[0] Message Index

[*] Previous page

Go to full version