Ignore:
Timestamp:
2008/09/02 16:17:59 (16 years ago)
Author:
Seasoft
Message:

r17375 に対応する初期データを追加
・SC_Helper_Mail::sfMakeSubject() でのオブジェクト流用(参照渡し)を解消。呼び出し元から変数を渡すことを想定していたのか不安がある。
・未使用パラメータの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/regist/LC_Page_Regist.php

    r16930 r17590  
    276276        $objMailText->assign("name02", $data["name02"]); 
    277277        $toCustomerMail = $objMailText->fetch("mail_templates/customer_regist_mail.tpl"); 
    278         $subject = $objHelperMail->sfMakesubject($objQuery, $objMailText, $this, '会員登録が完了しました。'); 
     278        $subject = $objHelperMail->sfMakesubject('会員登録が完了しました。'); 
    279279        $objMail = new SC_SendMail(); 
    280280 
Note: See TracChangeset for help on using the changeset viewer.