[fix]Update plugin named: "Commbull Email Headers" ... hookname: mail_send
to:
Code:
if($vbulletin->options['commbull_html'])
{
$headers = str_replace("vBulletin Mail via PHP",$vbulletin->options['bbtitle'],$headers);
if($vbulletin->options['commbull_html'] == '1')
$headers = str_replace("text/plain","text/html",$headers);
}
... but, commbull.php also must be updated, so please download the package again.