Ignore:
Timestamp:
2006/11/01 12:10:07 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/GC_SendMail.php

    r7179 r7180  
    6464        $this->to            = $to; 
    6565        $this->subject       = Mb_encode_mimeheader($subject); 
    66         $this->body          = mb_convert_encoding( $body, "iso-2022-jp", "CHAR_CODE"); 
     66        $this->body          = mb_convert_encoding( $body, "iso-2022-jp", CHAR_CODE); 
    6767        $this->header        = "Mime-Version: 1.0\n"; 
    6868        $this->header       .= "Content-Type: text/html; charset=iso-2022-jp\n"; 
Note: See TracChangeset for help on using the changeset viewer.