Changeset 14799


Ignore:
Timestamp:
2007/06/18 20:55:40 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14795 r14799  
    5353// ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ­¤ò¥Á¥§¥Ã¥¯ 
    5454$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 
    55 sfprintr($objCartSess->key); 
     55sfprintr($objSiteSess); 
    5656                       
    5757 //-- ÆþÎϥǡ¼¥¿¤ÎÊÑ´¹ 
     
    118118            // ÅÐÏ¿ 
    119119            $other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid); 
    120  
     120            $objSiteSess->arrForm = $_POST; 
    121121            // ÅÐÏ¿ºÑ¤ß¤ÎÊ̤ΤªÆϤ±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à 
    122122            lfRegistOtherDelivData($uniqid, $objCustomer, $other_deliv_id); 
Note: See TracChangeset for help on using the changeset viewer.