[Svn-src-all:1468] [version-2_5-dev 20360] refs #1027

shutta admin @ mail.ec-cube.net
2011年 2月 23日 (水) 22:44:30 JST


Subversion committed to /home/svn/open 20360
http://svn.ec-cube.net/open_trac/changeset/20360
┌────────────────────────────┐
│更新者 :  shutta                                       │
│更新日時:  2011-02-23 22:44:29 +0900 (水, 23  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
refs #1027
仮会員メールの本文中に氏名がセットされていなかったのを修正。


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/helper/SC_Helper_Mail.php

変更: branches/version-2_5-dev/data/class/helper/SC_Helper_Mail.php
===================================================================
--- branches/version-2_5-dev/data/class/helper/SC_Helper_Mail.php	2011-02-23 13:42:38 UTC (rev 20359)
+++ branches/version-2_5-dev/data/class/helper/SC_Helper_Mail.php	2011-02-23 13:44:29 UTC (rev 20360)
@@ -288,7 +288,8 @@
         
         $objMailText = new SC_SiteView_Ex();
         $objMailText->assign("CONF", $CONF);
-        $objMailText->assign("name", $arrCustomerData['name01'] . $arrCustomerData['name02']);
+        $objMailText->assign("name01", $arrCustomerData['name01']);
+        $objMailText->assign("name02", $arrCustomerData['name02']);
         $objMailText->assign("uniqid", $arrCustomerData['secret_key']);
         $objMailText->assignobj($arrCustomerData);
         $objMailText->assignobj($this);




Svn-src-all メーリングリストの案内