Changeset 2310


Ignore:
Timestamp:
03/19/10 16:17:31 (14 years ago)
Author:
niltonneto
Message:

Ticket #994 - Expressão regular no método replace_links, classe imap_functions.

File:
1 edited

Legend:

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

    r2231 r2310  
    11281128                $url = "(?>{$protocol}((?>{$subdomain}{$domain}{$top_level_domains}|{$ip}){$port}{$path}))"; 
    11291129 
    1130                 $pattern = "/(url\( *['\"]?|['\"@=])?{$url}/"; 
     1130                $pattern = "/(<\w[^>]+|[\/\"'@=])?{$url}/"; 
    11311131 
    11321132                /* 
Note: See TracChangeset for help on using the changeset viewer.