Ignore:
Timestamp:
2007/06/28 10:54:21 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14941 r14942  
    8181    $objFormParam->toLower('order_mail'); 
    8282    $objFormParam->toLower('order_mail_check'); 
    83     $objPage->arrErr = lfCheckError(); 
     83    $objPage->arrErr = lfCheckError3(); 
    8484    // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 
    8585    if(count($objPage->arrErr) == 0) { 
     
    222222            $objPage->tpl_mainpage = 'nonmember/nonmember_set2.tpl'; 
    223223            $objPage->tpl_title = '¤ªµÒÍ;ðÊóÆþÎÏ(2/3)'; 
    224         } elseif ($_POST["mode2"] == "deliv"){ 
     224        } else{ 
    225225            sfprintr($objPage->arrForm);exit; 
    226226            $objPage->arrErr = lfErrorCheck3($objPage->arrForm); 
Note: See TracChangeset for help on using the changeset viewer.