Changeset 12700


Ignore:
Timestamp:
2007/05/14 09:31:43 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12699 r12700  
    371371            print_r($_POST); 
    372372            if ($_POST['deli'] != "") { 
     373            
     374           $objPage->arrAddr[0]['zip01'] = $objPage->zip01; 
     375            
    373376           lfRegistData($objPage->tpl_uniqid);  
    374            setcookie('eccube_mobile','test'); 
    375            echo $_COOKIE['eccube_mobile']; 
    376377           header("Location:" . gfAddSessionId("./payment.php")); 
    377378            exit; 
Note: See TracChangeset for help on using the changeset viewer.