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

Legend:

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

    r13065 r13070  
    9090                                          ); 
    9191             
     92            $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE); 
    9293            print_r($sendResut); 
    93              
    94             $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE); 
    9594             
    9695            $decoder = & new Mail_mimeDecode($sendResut); 
Note: See TracChangeset for help on using the changeset viewer.