Changeset 12612


Ignore:
Timestamp:
2007/05/12 15:56:45 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12611 r12612  
    257257    //--¡¡ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    258258    if (!empty($_POST["mode2"])) { 
    259             if ($_POST["mode2"] == "nonmember") { 
     259            if ($_POST["mode2"] == "set1") { 
    260260            $objPage->arrErr = lfErrorCheck1($objPage->arrForm); 
    261261            $objPage->tpl_mainpage = 'shopping/nonmember_set1.tpl'; 
    262262            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(1/3)'; 
    263         } elseif ($_POST["mode2"] == "set1") { 
     263        } elseif ($_POST["mode2"] == "set2") { 
    264264            $objPage->arrErr = lfErrorCheck2($objPage->arrForm); 
    265265            $objPage->tpl_mainpage = 'shopping/nonmember_set2.tpl'; 
    266266            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    267         } elseif ($_POST["mode2"] == "set2"){ 
     267        } elseif ($_POST["mode2"] == "set3"){ 
    268268            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
    269269            $objPage->tpl_mainpage = 'shopping/nonmember_set3.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.