Ignore:
Timestamp:
2007/08/30 17:30:27 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/lib/slib.php

    r15120 r15480  
    540540    // POST¤Î¥æ¥Ë¡¼¥¯ID¤È¥»¥Ã¥·¥ç¥ó¤Î¥æ¥Ë¡¼¥¯ID¤òÈæ³Ó(¥æ¥Ë¡¼¥¯ID¤¬POST¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¥¹¥ë¡¼) 
    541541    $ret = $objSiteSess->checkUniqId(); 
     542     
    542543    if($ret != true) { 
    543544        // ¥¨¥é¡¼¥Ú¡¼¥¸¤Îɽ¼¨ 
     
    17551756                $arrOther[$other_key]["value"] = ""; 
    17561757            } 
    1757         } 
    1758          
     1758        }        
    17591759        $objPage->arrOther = $arrOther; 
    17601760    } 
    1761  
     1761         
    17621762    // ÅÔÆ»Éܸ©ÊÑ´¹ 
    17631763    global $arrPref; 
     
    17721772    // ¥á¡¼¥ëËÜʸ¤Î¼èÆÀ 
    17731773    $objMailView->assignobj($objPage); 
     1774     
    17741775    $name = $objPage->arrOrder['order_name01']." ".$objPage->arrOrder['order_name02']; 
    17751776    $objPage->tpl_body = ereg_replace( "(\{name\})", $name ,  $objPage->tpl_body ); 
    17761777    $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         
    17871783    // ¥á¡¼¥ëÁ÷¿®½èÍý 
    17881784    $objSendMail = new GC_SendMail(); 
     
    17951791    $objSendMail->setItem('', $tosubject, $body, $from, $arrInfo['shop_name'], $from, $error, $error, $bcc); 
    17961792    $objSendMail->setTo($arrOrder["order_email"], $arrOrder["order_name01"] . " ". $arrOrder["order_name02"] ." ÍÍ"); 
    1797  
    17981793 
    17991794    // Á÷¿®¥Õ¥é¥°:true¤Î¾ì¹ç¤Ï¡¢Á÷¿®¤¹¤ë¡£ 
Note: See TracChangeset for help on using the changeset viewer.