Changeset 14161


Ignore:
Timestamp:
2007/06/01 19:52:12 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14160 r14161  
    16751675        $arrRet = $objQuery->select("subject, body", "dtb_mailtemplate", $where, array($template_id)); 
    16761676        $objPage->tpl_body = $arrRet[0]['body']; 
    1677 //      $objPage->tpl_footer = $arrRet[0]['footer']; 
    16781677        $tmp_subject = $arrRet[0]['subject']; 
    16791678    } else { 
    16801679        $objPage->tpl_body = $body; 
    1681 //      $objPage->tpl_footer = $footer; 
    16821680        $tmp_subject = $subject; 
    16831681    } 
     
    17261724    $name = $objPage->arrCustomer['name01']." ".$objPage->arrCustomer['name02']; 
    17271725    $objPage->tpl_body = ereg_replace( "(\{name\})", $name ,  $objPage->tpl_body ); 
     1726    $tmp_subject = ereg_replace( "(\{name\})", $name ,  $tmp_subject ); 
    17281727     
    17291728    if($arrRet[0]['send_type']==1){ 
Note: See TracChangeset for help on using the changeset viewer.