Index: branches/unlabeled/unlabeled-1.6.32/admin/email/sendmail.php =================================================================== diff -u -r2859 -r4031 --- branches/unlabeled/unlabeled-1.6.32/admin/email/sendmail.php (.../sendmail.php) (revision 2859) +++ branches/unlabeled/unlabeled-1.6.32/admin/email/sendmail.php (.../sendmail.php) (revision 4031) @@ -52,7 +52,7 @@ int_header($objListToolBar); -if(count(explode(",",$recip_ids))>1) +if(count(explode(",",$recip_ids))>1 || $_POST["idtype"] == 'group') { $action = "email_multi_send"; }