Changeset 5819


Ignore:
Timestamp:
03/26/12 16:18:46 (12 years ago)
Author:
eduardow
Message:

Ticket #2567 - Correção de validação para espaco.

File:
1 edited

Legend:

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

    r5805 r5819  
    219219//-- validação email -- 
    220220                                else{ 
     221                                        $array_addrs[$i] = trim($array_addrs[$i]); 
    221222                                        preg_match('/<([^>]+)>/', $array_addrs[$i], $match); 
    222223                                        if(count($match) == 2){ 
Note: See TracChangeset for help on using the changeset viewer.