Changeset 13293


Ignore:
Timestamp:
2007/05/22 19:50:15 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13281 r13293  
    1414} 
    1515 
    16  
     16//¥ê¥¢¥ë¥¿¥¤¥àÇÛ¿®¥â¡¼¥É¤¬¥ª¥ó¤Î¤È¤­ 
    1717if($_GET['mode'] == 'now') { 
    1818    //----¡¡Ì¤Á÷¿®¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë 
     
    149149        //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 
    150150        if( ! $sendResut ){ 
    151              $sendFlag = "-1"; 
     151             //$sendFlag = "-1"; 
     152            $sendFlag = "0"; 
    152153        } else { 
    153154            $sendFlag = "1"; 
     
    193194function MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) { 
    194195 
    195  
    196196    $mail_obj = new GC_SendMail();   
    197197    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc ); 
Note: See TracChangeset for help on using the changeset viewer.