Changeset 12949


Ignore:
Timestamp:
2007/05/17 19:04:27 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12940 r12949  
    7676        $mailBody = ereg_replace( "{name}", $customerName ,  $mail_data[$i][0]["body"] ); 
    7777 
    78  
     78        if(MELMAGA_MOBIE_SEND){ 
     79            $true = "À®¸ù"; 
     80            print_r($true); 
     81        } else { 
    7982            //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç 
    8083            if( $mail_data[$i][0]["mail_method"] == 2 ) { 
     
    105108                                                                     ); 
    106109            } 
     110        } 
    107111   
    108112        //-- Á÷¿®´°Î»¤Ê¤é1¡¢¼ºÇԤʤé0¤ò¥á¡¼¥ëÁ÷¿®·ë²Ì¥Õ¥é¥°¤È¤·¤ÆDB¤ËÁÞÆþ 
Note: See TracChangeset for help on using the changeset viewer.