Changeset 13076


Ignore:
Timestamp:
2007/05/18 14:54:37 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13075 r13076  
    7878        //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç 
    7979        if(MELMAGA_MOBIE_SEND){ 
    80              
    81             $objSite->data["company_name"] = mb_convert_encoding( $objSite->data["company_name"], "JIS", CHAR_CODE); 
    8280             
    8381            $sendResut = array( 
     
    9795             
    9896            print_r($sendResut); 
     97            print_r($objSite->data["company_name"]); 
    9998            $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE); 
    100             print_r($sendResut); 
    10199             
    102100            $decoder = & new Mail_mimeDecode($sendResut); 
Note: See TracChangeset for help on using the changeset viewer.