Changeset 14632


Ignore:
Timestamp:
2007/06/14 11:59:10 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/lib/slib.php

    r14161 r14632  
    16591659} 
    16601660 
    1661 /* ¼õÃí´°Î»¥á¡¼¥ëÁ÷¿® */ 
     1661/** ¼õÃí´°Î»¥á¡¼¥ëÁ÷¿® 
     1662 *  $template_id ¤¬ 1¡§·ÈÂÓÍѥƥó¥×¥ì¡¼¥È¡¢0¡§PCÍѥƥó¥×¥ì¡¼¥È 
     1663 */ 
    16621664function sfSendOrderMail($order_id, $template_id, $subject = "", $body, $send = true) { 
    16631665    global $arrMAILTPLPATH; 
     
    17261728    $tmp_subject = ereg_replace( "(\{name\})", $name ,  $tmp_subject ); 
    17271729     
    1728     if($arrRet[0]['send_type']==1){ 
     1730    if($template_id == '1'){ 
    17291731       $body = $objMailView->fetch($arrMAILTPLPATH[1]); 
    17301732       $body = ereg_replace( "(\[\[body\]\])", $body ,  $objPage->tpl_body ); 
Note: See TracChangeset for help on using the changeset viewer.