Ignore:
Timestamp:
2011/01/19 21:30:46 (13 years ago)
Author:
kotani
Message:

#880(mobile/sphoneディレクトリを削除)に対応。モバイルサイトのログインチェック部分で携帯メールアドレスをチェックしないように。(漏れていた部分を修正)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php

    r19961 r19991  
    143143                    } 
    144144                     
    145                     if ($objCustomer->isLoginSuccess()) { 
     145                    if ($objCustomer->isLoginSuccess(true)) { 
    146146                        $this->lfRegistData($_POST, $arrRegistColumn, $objCustomer); 
    147147                    } else { 
Note: See TracChangeset for help on using the changeset viewer.