Changeset 2456


Ignore:
Timestamp:
04/07/10 16:33:57 (14 years ago)
Author:
rodsouza
Message:

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

File:
1 edited

Legend:

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

    r2453 r2456  
    11511151        function replace_links( $body ) 
    11521152        { 
    1153                 $matches = array( ); 
    1154                 // Verify exception. 
    1155                 @preg_match( "/<a href=\"notes:\/\/\//", $body, $matches ); 
    1156  
    1157                 // If there is no exception, then open the link in new window. 
    1158                 if ( count( $matches ) ) 
    1159                         return $body; 
    1160  
    11611153                // Domains and IPs addresses found in the text and which is not a link yet should be replaced by one. 
    11621154                // See more informations in www.iana.org 
Note: See TracChangeset for help on using the changeset viewer.