Changeset 14944


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

Legend:

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

    r14943 r14944  
    8181    $objFormParam->toLower('order_mail'); 
    8282    $objFormParam->toLower('order_mail_check'); 
    83     $objPage->arrErr = lfCheckError3(); 
     83    $objPage->arrErr = lfCheckError(); 
    8484    // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 
    8585    if(count($objPage->arrErr) == 0) { 
     
    237237        // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ 
    238238    if ($objPage->arrErr || !empty($_POST["return"])) {      
    239  
     239        sfprintr($objPage->arrForm);exit; 
    240240        //-- ¥Ç¡¼¥¿¤ÎÀßÄê 
    241241        if ($_POST["mode2"] == "set2") { 
     
    278278            $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 
    279279        } else { 
    280             $checkVal = array("pref", "addr01", "addr02", "tel01", "tel02", "tel03", "mail_flag"); 
     280            $checkVal = array(); 
    281281        } 
    282282 
Note: See TracChangeset for help on using the changeset viewer.