Changeset 20806


Ignore:
Timestamp:
2011/04/01 21:27:17 (13 years ago)
Author:
shutta
Message:

refs #1234 モバイル>携帯メールアドレスを登録しているのに、カートから「注文する」でログインすると、携帯メール登録画面が表示される
別のケースで不具合がでるのでさらに修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r20805 r20806  
    500500    function hasEmailMobile(&$objCustomer) { 
    501501        $objMobile = new SC_Helper_Mobile_Ex(); 
    502         if ($objMobile->gfIsMobileMailAddress($objCustomer->getValue('email'))) { 
    503             if ($objCustomer->hasValue('email_mobile')) { 
    504                 return true; 
    505             } 
     502        if ($objCustomer->hasValue('email_mobile')) { 
     503            return true; 
    506504        } 
    507505        return false; 
Note: See TracChangeset for help on using the changeset viewer.