Changeset 14815


Ignore:
Timestamp:
2007/06/18 21:11:07 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/deliv_addr.php

    r14809 r14815  
    2424$objSiteSess = new SC_SiteSession(); 
    2525$objCartSess = new SC_CartSession(); 
     26 
     27$objCartSess->setValue("test","test"); 
     28 
     29sfprintr($objCartSess); 
    2630 
    2731$objPage->arrForm = $_POST; 
     
    118122            // ÅÐÏ¿ 
    119123            $other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid); 
    120             $objCartSess->setValue("mobile",$_POST); 
     124             
    121125            // ÅÐÏ¿ºÑ¤ß¤ÎÊ̤ΤªÆϤ±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à 
    122126            lfRegistOtherDelivData($uniqid, $objCustomer, $other_deliv_id); 
Note: See TracChangeset for help on using the changeset viewer.