if(strlen($_POST["user_email"]) > 1 && !check_email($_POST["user_email"])) $arResult["ERROR_MESSAGE"][] = GetMessage("MF_EMAIL_NOT_VALID");