X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FUFMatch.php;h=d4900271542f9a25168d6ebe6f23c0bf3d19224b;hb=0cec9c220bbbc592a023ce5c31ad925a9f83a702;hp=b64db8636a19f541ef7f0bfdaba8965250cc035c;hpb=3317480e3a7ae455b45ea93a6cda952e35df69e7;p=civicrm-core.git diff --git a/CRM/Core/BAO/UFMatch.php b/CRM/Core/BAO/UFMatch.php index b64db8636a..d490027154 100644 --- a/CRM/Core/BAO/UFMatch.php +++ b/CRM/Core/BAO/UFMatch.php @@ -171,12 +171,6 @@ class CRM_Core_BAO_UFMatch extends CRM_Core_DAO_UFMatch { */ public static function &synchronizeUFMatch(&$user, $userKey, $uniqId, $uf, $status = NULL, $ctype = NULL, $isLogin = FALSE) { $config = CRM_Core_Config::singleton(); - - if (!CRM_Utils_Rule::email($uniqId)) { - $retVal = $status ? NULL : FALSE; - return $retVal; - } - $newContact = FALSE; // make sure that a contact id exists for this user id