Changeset 13696


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

Legend:

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

    r13694 r13696  
    4242 
    4343$objPage->tpl_order_id = $_POST['order_id']; 
    44  
     44$objPage->tpl_order_name01 = $_POST['order_name01']; 
     45$objPage->tpl_order_name02 = $_POST['order_name02']; 
     46$objPage->tpl_order_email = $_POST['order_email']; 
     47print_r($_POST); 
    4548// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    4649$objFormParam = new SC_FormParam(); 
     
    4851lfInitParam(); 
    4952 
    50 print_r($_POST['mode']); 
    5153switch($_POST['mode']) { 
    5254case 'pre_edit': 
Note: See TracChangeset for help on using the changeset viewer.