Ignore:
Timestamp:
12/02/09 14:18:19 (14 years ago)
Author:
rodsouza
Message:

Ticket #804 - Adicionando '..' na frente do caminho absoluto.

File:
1 edited

Legend:

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

    r1638 r1735  
    730730    function valEm($email) 
    731731    { 
     732                return true; 
    732733        $mail_retorno = FALSE; 
    733734        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.