Changeset 17086


Ignore:
Timestamp:
2008/02/27 17:26:58 (15 years ago)
Author:
satou
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_SendMail.php

    r17085 r17086  
    181181         $bcc           -> ブラインドカーボンコピー 
    182182    */ 
    183     function setBase( $to, $subject, $body, $fromaddress, $from_name, $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="" ) { 
     183    function setBase($to, $subject, $body, $fromaddress, $from_name, $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="") { 
    184184        // 宛先設定 
    185         $this->to = $to; 
     185        $this->setTo($to); 
    186186        // 件名設定 
    187187        $this->setSubject($subject); 
Note: See TracChangeset for help on using the changeset viewer.