Changeset 12628


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

Legend:

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

    r12624 r12628  
    255255    //--¡¡ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    256256    if (!empty($_POST["mode2"])) { 
    257             if ($_POST["mode2"] == "set1") { 
     257            if ($_POST["mode2"] == "set2") { 
    258258            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    259259            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    260260            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    261         } elseif ($_POST["mode2"] == "set2") { 
     261        } elseif ($_POST["mode2"] == "set3") { 
    262262            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    263263            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    264264            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    265         } elseif ($_POST["mode2"] == "set3"){ 
     265        } elseif ($_POST["mode2"] == "deliv"){ 
    266266            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    267267            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.