Changeset 12811


Ignore:
Timestamp:
2007/05/15 13:18:13 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12809 r12811  
    7676        $mailBody = ereg_replace( "{name}", $customerName ,  $mail_data[$i][0]["body"] ); 
    7777 
    78         //-- ¥á¡¼¥ëÇÛ¿®¥Ö¥ì¥¤¥óÏ¢·È¤Î¾ì¹ç    
    79         if(MELMAGA_MOBIE_SEND){ 
    80             $str = "²¤ÊƤ«"; 
    81             print_r($str); 
    82         } else { 
     78         
    8379            //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 
    8480            if( $mail_data[$i][0]["mail_method"] == 2 ) { 
     
    109105                                                                     ); 
    110106            } 
    111         } 
     107         
    112108     
    113109        //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 
Note: See TracChangeset for help on using the changeset viewer.