Changeset 2446


Ignore:
Timestamp:
04/07/10 15:20:17 (14 years ago)
Author:
rodsouza
Message:

Ticket #1029 - Removendo expressão regular que tratava link notes.

File:
1 edited

Legend:

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

    r2444 r2446  
    11931193        function replace_links( $body ) 
    11941194        { 
    1195                 $matches = array( ); 
    1196                 // Verify exception. 
    1197                 @preg_match( "/<a href=\"notes:\/\/\//", $body, $matches ); 
    1198  
    1199                 // If there is no exception, then open the link in new window. 
    1200                 if ( count( $matches ) ) 
    1201                         return $body; 
    1202  
    12031195                // Domains and IPs addresses found in the text and which is not a link yet should be replaced by one. 
    12041196                // See more informations in www.iana.org 
Note: See TracChangeset for help on using the changeset viewer.