Index: branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php
===================================================================
--- branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php	(revision 20805)
+++ branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php	(revision 20806)
@@ -500,8 +500,6 @@
     function hasEmailMobile(&$objCustomer) {
         $objMobile = new SC_Helper_Mobile_Ex();
-        if ($objMobile->gfIsMobileMailAddress($objCustomer->getValue('email'))) {
-            if ($objCustomer->hasValue('email_mobile')) {
-                return true;
-            }
+        if ($objCustomer->hasValue('email_mobile')) {
+            return true;
         }
         return false;
