Changeset 2309


Ignore:
Timestamp:
03/19/10 16:17:01 (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.1/expressoMail1_2/inc/class.imap_functions.inc.php

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