Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13301)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13302)
@@ -150,5 +150,5 @@
         //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇÔ¤Ê¤é0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ
         if( ! $sendResut ){
-            $sendFlag = "-1";
+            $sendFlag = "0";
         } else {
             $sendFlag = "1";
@@ -206,8 +206,6 @@
 function HTML_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) {
 
-
     $html_mail_obj = new GC_SendMail();
     $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
-
             
     if( $html_mail_obj->sendHtmlMail() ) {
