Changeset 13078


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

Legend:

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

    r13076 r13078  
    7878        //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç 
    7979        if(MELMAGA_MOBIE_SEND){ 
     80             
     81            $objSite->data["company_name"] = mb_convert_encoding( $objSite->data["company_name"], "JIS", CHAR_CODE); 
     82            print_r($objSite->data["company_name"]); 
    8083             
    8184            $sendResut = array( 
     
    9598             
    9699            print_r($sendResut); 
    97             print_r($objSite->data["company_name"]); 
    98             $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE); 
    99100             
    100101            $decoder = & new Mail_mimeDecode($sendResut); 
Note: See TracChangeset for help on using the changeset viewer.