Changeset 1736


Ignore:
Timestamp:
12/02/09 14:22:39 (14 years ago)
Author:
rodsouza
Message:

Ticket #804 - Removendo alteração que não deveria ter sido enviada na revisao 1735.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.phpmailer.php

    r1735 r1736  
    730730    function valEm($email) 
    731731    { 
    732                 return true; 
    733732        $mail_retorno = FALSE; 
    734733        if ((strlen($email) >= 6) && (substr_count($email,"@") == 1) && (substr($email,0,1) != "@") && (substr($email,strlen($email)-1,1) != "@")) 
Note: See TracChangeset for help on using the changeset viewer.