Ignore:
Timestamp:
2013/02/06 21:08:56 (11 years ago)
Author:
kim
Message:

#2084 ID振り直し 重複テキストの調整
#2100 郵便番号登録完了後の画面でメッセージIDの切り出しが間違っていた箇所を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/forgot/LC_Page_Forgot.php

    r22504 r22509  
    305305            , $CONF['email04'] // errors_to 
    306306            ); 
    307         $objMail->setTo($email, t('LC_Page_Forgot_007', array('T_ARG1' => $customer_name))); 
     307        $objMail->setTo($email, t('f_LAST_NAME_SIR_01', array('T_ARG1' => $customer_name))); 
    308308        $objMail->sendMail(); 
    309309        return; 
Note: See TracChangeset for help on using the changeset viewer.