Changeset 2304


Ignore:
Timestamp:
03/19/10 10:53:52 (14 years ago)
Author:
rodsouza
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
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2300 r2304  
    12241224                $url = "(?>{$protocol}((?>{$subdomain}{$domain}{$top_level_domains}|{$ip}){$port}{$path}))"; 
    12251225 
    1226                 $pattern = "/(<\w[^>]+|['\"@=])?{$url}/"; 
     1226                $pattern = "/(<\w[^>]+|[\/\"'@=])?{$url}/"; 
    12271227 
    12281228                /* 
Note: See TracChangeset for help on using the changeset viewer.