Changeset 2303


Ignore:
Timestamp:
03/19/10 10:34:39 (14 years ago)
Author:
amuller
Message:

Ticket #994 - Alteração da RegExp?? que realizar a captura de possível links no e-mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/expressoMail1_2/inc/class.imap_functions.inc.php

    r2250 r2303  
    11961196                $url = "(?>{$protocol}((?>{$subdomain}{$domain}{$top_level_domains}|{$ip}){$port}{$path}))"; 
    11971197 
    1198                 $pattern = "/(url\( *['\"]?|['\"@=])?{$url}/"; 
     1198                $pattern = "/(<\w[^>]+|['\"@=])?{$url}/"; 
    11991199 
    12001200                /* 
Note: See TracChangeset for help on using the changeset viewer.