Changeset 12813


Ignore:
Timestamp:
2007/05/15 14:39:58 (16 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

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