Changeset 12598


Ignore:
Timestamp:
2007/05/11 20:31:49 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12597 r12598  
    268268    //--¡¡ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    269269    if (!empty($_POST["mode2"])) { 
    270             if ($_POST["mode2"] == "set2") { 
     270            if ($_POST["mode2"] == "set1") { 
    271271            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    272272            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    273273            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    274         } elseif ($_POST["mode2"] == "set3") { 
     274        } elseif ($_POST["mode2"] == "set2") { 
    275275            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    276276            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    277277            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    278         } elseif ($_POST["mode2"] == "deliv"){ 
     278        } elseif ($_POST["mode2"] == "set3"){ 
    279279            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    280280            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.