Ignore:
Timestamp:
2013/01/27 22:44:41 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し T_FILEDを%sに置き換え

File:
1 edited

Legend:

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

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