Changeset 20805
- Timestamp:
- 2011/04/01 19:49:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php
r20764 r20805 500 500 function hasEmailMobile(&$objCustomer) { 501 501 $objMobile = new SC_Helper_Mobile_Ex(); 502 if ( !$objMobile->gfIsMobileMailAddress($objCustomer->getValue('email'))) {502 if ($objMobile->gfIsMobileMailAddress($objCustomer->getValue('email'))) { 503 503 if ($objCustomer->hasValue('email_mobile')) { 504 504 return true;
Note: See TracChangeset
for help on using the changeset viewer.