Changeset 15480
- Timestamp:
- 2007/08/30 17:30:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-zeus/data/lib/slib.php
r15120 r15480 540 540 // POST¤Î¥æ¥Ë¡¼¥¯ID¤È¥»¥Ã¥·¥ç¥ó¤Î¥æ¥Ë¡¼¥¯ID¤òÈæ³Ó(¥æ¥Ë¡¼¥¯ID¤¬POST¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¥¹¥ë¡¼) 541 541 $ret = $objSiteSess->checkUniqId(); 542 542 543 if($ret != true) { 543 544 // ¥¨¥é¡¼¥Ú¡¼¥¸¤Îɽ¼¨ … … 1755 1756 $arrOther[$other_key]["value"] = ""; 1756 1757 } 1757 } 1758 1758 } 1759 1759 $objPage->arrOther = $arrOther; 1760 1760 } 1761 1761 1762 1762 // ÅÔÆ»Éܸ©ÊÑ´¹ 1763 1763 global $arrPref; … … 1772 1772 // ¥á¡¼¥ëËÜʸ¤Î¼èÆÀ 1773 1773 $objMailView->assignobj($objPage); 1774 1774 1775 $name = $objPage->arrOrder['order_name01']." ".$objPage->arrOrder['order_name02']; 1775 1776 $objPage->tpl_body = ereg_replace( "(\{name\})", $name , $objPage->tpl_body ); 1776 1777 $tmp_subject = ereg_replace( "(\{name\})", $name , $tmp_subject ); 1777 1778 // $template_id==1¤Ï·ÈÂÓÍÑ 1779 if($template_id == '1'){ 1780 $body = $objMailView->fetch($arrMAILTPLPATH[1]); 1781 $body = ereg_replace( "(\{order\})", $body , $objPage->tpl_body ); 1782 }else{ 1783 $body = $objMailView->fetch($arrMAILTPLPATH[0]); 1784 $body = ereg_replace( "(\{order\})", $body , $objPage->tpl_body ); 1785 } 1786 1778 1779 // ¼õÃíÆ°ÅªÉôʬ¤ò¼èÆÀ 1780 $body = $objMailView->fetch($arrMAILTPLPATH[$template_id]); 1781 $body = ereg_replace( "(\{order\})", $body , $objPage->tpl_body ); 1782 1787 1783 // ¥á¡¼¥ëÁ÷¿®½èÍý 1788 1784 $objSendMail = new GC_SendMail(); … … 1795 1791 $objSendMail->setItem('', $tosubject, $body, $from, $arrInfo['shop_name'], $from, $error, $error, $bcc); 1796 1792 $objSendMail->setTo($arrOrder["order_email"], $arrOrder["order_name01"] . " ". $arrOrder["order_name02"] ." ÍÍ"); 1797 1798 1793 1799 1794 // Á÷¿®¥Õ¥é¥°:true¤Î¾ì¹ç¤Ï¡¢Á÷¿®¤¹¤ë¡£
Note: See TracChangeset
for help on using the changeset viewer.