Changeset 13654


Ignore:
Timestamp:
2007/05/29 16:49:50 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13625 r13654  
    4242 
    4343$objPage->tpl_order_id = $_POST['order_id']; 
    44  
     44print_r($objPage->tpl_order_id); 
    4545// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    4646$objFormParam = new SC_FormParam(); 
    4747// ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
    48 lfInitParam(); 
     48lfInitParam($objPage->tpl_order_id); 
    4949 
    5050switch($_POST['mode']) { 
Note: See TracChangeset for help on using the changeset viewer.