Changeset 14157


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

Legend:

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

    r14056 r14157  
    17251725    $objMailView->assignobj($objPage); 
    17261726     
     1727    $name = $objPage->arrCustomer['name01']." ".$objPage->arrCustomer['name02']; 
     1728    $objPage->tpl_body = ereg_replace( "(\{name\})", $name ,  $objPage->tpl_body ); 
     1729     
    17271730    if($arrRet[0]['send_type']==1){ 
    17281731       $body = $objMailView->fetch($arrMAILTPLPATH[1]); 
Note: See TracChangeset for help on using the changeset viewer.