Index: branches/dev/data/lib/slib.php
===================================================================
--- branches/dev/data/lib/slib.php	(revision 14056)
+++ branches/dev/data/lib/slib.php	(revision 14157)
@@ -1725,4 +1725,7 @@
 	$objMailView->assignobj($objPage);
     
+    $name = $objPage->arrCustomer['name01']." ".$objPage->arrCustomer['name02'];
+    $objPage->tpl_body = ereg_replace( "(\{name\})", $name ,  $objPage->tpl_body );
+    
     if($arrRet[0]['send_type']==1){
 	   $body = $objMailView->fetch($arrMAILTPLPATH[1]);
