Quote:
Originally Posted by ssslippy
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')
{
|
I'm having the same issue with needing the reply to all for only 2 users.
Where do I make this code change?