Changeset 13302


Ignore:
Timestamp:
2007/05/22 21:26:04 (16 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13301 r13302  
    150150        //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 
    151151        if( ! $sendResut ){ 
    152             $sendFlag = "-1"; 
     152            $sendFlag = "0"; 
    153153        } else { 
    154154            $sendFlag = "1"; 
     
    206206function HTML_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) { 
    207207 
    208  
    209208    $html_mail_obj = new GC_SendMail(); 
    210209    $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
    211  
    212210             
    213211    if( $html_mail_obj->sendHtmlMail() ) { 
Note: See TracChangeset for help on using the changeset viewer.