Changeset 13826


Ignore:
Timestamp:
2007/05/30 17:40:43 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13825 r13826  
    2424$objView = new SC_AdminView(); 
    2525$objSess = new SC_Session(); 
     26 
     27// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
     28$objFormParam = new SC_FormParam(); 
     29// ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
     30lfInitParam(); 
     31 
    2632// ǧ¾Ú²ÄÈݤÎȽÄê 
    2733sfIsSuccess($objSess); 
     
    3743$objPage->tpl_order_id = $_POST['order_id']; 
    3844print_r($_POST); 
    39 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    40 $objFormParam = new SC_FormParam(); 
    41 // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
    42 lfInitParam(); 
     45 
    4346 
    4447switch($_POST['mode']) { 
Note: See TracChangeset for help on using the changeset viewer.