Changeset 13693


Ignore:
Timestamp:
2007/05/29 18:52:55 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/mail.php

    r13690 r13693  
    2626sfIsSuccess($objSess); 
    2727 
     28//-- ¥«¥é¥à¤ÎÇÛÎó 
     29$arrRegistColumn = array( 
     30                           array(  "column" => "name01",        "convert" => "aKV" ), 
     31                           array(  "column" => "name02",        "convert" => "aKV" ), 
     32                           array(  "column" => "email",     "convert" => "a" ), 
     33                           array(  "column" => "email_mobile",  "convert" => "a" ), 
     34                         ); 
     35 
    2836// ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤® 
    2937foreach ($_POST as $key => $val) { 
     
    3442 
    3543$objPage->tpl_order_id = $_POST['order_id']; 
    36 $objPage->tpl_order_name01 = $_POST['order_name01']; 
    37 $objPage->tpl_order_name02 = $_POST['order_name02']; 
    38 $objPage->tpl_order_email = $_POST['order_email']; 
    39  
    40 print_r($_POST); 
    41 //print_r($objPage); 
    4244 
    4345// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    4446$objFormParam = new SC_FormParam(); 
    4547// ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
    46 lfInitParam($objPage->tpl_order_id); 
     48lfInitParam(); 
    4749 
    4850switch($_POST['mode']) { 
Note: See TracChangeset for help on using the changeset viewer.