Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13168)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13169)
@@ -88,5 +88,4 @@
                                         ,$objSite->data["email03"]     //¡¡reply_to 
                                         ,$objSite->data["email04"]     //¡¡return_path 
-                                        ,$objSite->data["email04"]     //¡¡errors_to
                                                                        );
             $mail_options = array(   
@@ -192,5 +191,4 @@
     $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
     
-    break;
 }
 
