On line 130 of the emailintegration.php find:
Code:
$title = htmlspecialchars_decode($title);
and change it to
Code:
// $title = htmlspecialchars_decode($title);
It appears that those running an older version of php do not have that function defined. Tonight when I work on one of the preg_replaces for outlook emails I'll also look for a function that will work better with older versions to remove the html stuff.
without the decode a title with & will come up as amp;&
Can you confirm if you are running php 4.x?
Be back in 5 hours!!!
Please test it and let me know what you find!! I'll be working furiously smashing squashing and demolishing any issues!!