Ignore:
Timestamp:
05/17/10 10:01:50 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - mudando a chamada do arquivo messages.js

File:
1 edited

Legend:

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

    r2493 r2794  
    747747    function valEm($email) 
    748748    { 
     749            return true; 
    749750        $mail_retorno = FALSE; 
    750751        if ((strlen($email) >= 2) && (substr_count($email,"@") == 1) && (substr($email,0,1) != "@") && (substr($email,strlen($email)-1,1) != "@")) 
Note: See TracChangeset for help on using the changeset viewer.