- Timestamp:
- 2012/10/29 17:30:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/helper/SC_Helper_Mail.php
r22058 r22059 127 127 128 128 if (empty($arrOrder)) { 129 trigger_error(SC_I18n_Ex::t('SC_H ELPER_MAIL_ORDER_NOT_EXISTS', array('T_ORDER_ID' => $order_id)), E_USER_ERROR);129 trigger_error(SC_I18n_Ex::t('SC_Helper_Mail_001', array('T_ORDER_ID' => $order_id)), E_USER_ERROR); 130 130 } 131 131 … … 334 334 // 仮会員が有効の場合 335 335 if (CUSTOMER_CONFIRM_MAIL == true and $arrCustomerData['status'] == 1) { 336 $subject = $objHelperMail->sfMakeSubject(SC_I18n_Ex::t('SC_H ELPER_MAIL_REGIST_CONFIRM'), $objMailText);336 $subject = $objHelperMail->sfMakeSubject(SC_I18n_Ex::t('SC_Helper_Mail_003'), $objMailText); 337 337 $toCustomerMail = $objMailText->fetch('mail_templates/customer_mail.tpl'); 338 338 } else { 339 $subject = $objHelperMail->sfMakeSubject(SC_I18n_Ex::t('SC_H ELPER_MAIL_REGIST_COMPLETE'), $objMailText);339 $subject = $objHelperMail->sfMakeSubject(SC_I18n_Ex::t('SC_Helper_Mail_004'), $objMailText); 340 340 $toCustomerMail = $objMailText->fetch('mail_templates/customer_regist_mail.tpl'); 341 341 } … … 500 500 501 501 // 送信完了 報告メール 502 $compSubject = date(SC_I18n_Ex::t('FORMAT_DATE_LONG')) . ' '. SC_I18n_Ex::t('SC_H ELPER_MAIL_DELIVERED');502 $compSubject = date(SC_I18n_Ex::t('FORMAT_DATE_LONG')) . ' '. SC_I18n_Ex::t('SC_Helper_Mail_002'); 503 503 // 管理者宛に変更 504 504 $objMail->setTo($objSite['email03']);
Note: See TracChangeset
for help on using the changeset viewer.
