Changeset 12631


Ignore:
Timestamp:
2007/05/12 19:52:42 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12629 r12631  
    355355        } 
    356356 
    357         if ($_POST["mode"] == "deliv") { 
     357        if ($_POST["mode2"] == "deliv") { 
    358358             
    359359            $objFormParam = new SC_FormParam(); 
     
    383383        } 
    384384         
    385          if ($_POST["mode"] == "customer_addr") { 
     385         if ($_POST["mode2"] == "customer_addr") { 
    386386           lfRegistData ($objPage->tpl_uniqid);  
    387387           header("Location:" . gfAddSessionId("./payment.php")); 
     
    390390         
    391391        //--¡¡²¾ÅÐÏ¿¤È´°Î»²èÌÌ 
    392         if ($_POST["mode"] == "complete") { 
     392        if ($_POST["mode2"] == "complete") { 
    393393            $objPage->uniqid = lfRegistData ($objPage->arrForm, $arrRegistColumn, $arrRejectRegistColumn); 
    394394 
Note: See TracChangeset for help on using the changeset viewer.