To fix the reply to all issue I forced it to be on at all times. This will only display when there is multiple recepients. This isnt quite the proper way but it was a simple quick fix.
Change
Code:
$cyb_confirmmulticc = substr($pm['recipients'],$cyb_checkmulticc,1);
if ($cyb_confirmmulticc ==';')
{
to
Code:
$cyb_confirmmulticc = 1;
if ($cyb_confirmmulticc =='1')
{