Changeset 2455


Ignore:
Timestamp:
04/07/10 16:32:34 (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.0/expressoMail1_2/inc/class.imap_functions.inc.php

    r2454 r2455  
    10831083        } 
    10841084 
    1085         function replace_links($body) {                                  
    1086                 $matches = array(); 
    1087                 // Verify exception. 
    1088                 @preg_match("/<a href=\"notes:\/\/\//",$body,$matches); 
    1089                 // If there is no exception,then open the link in new window. 
    1090                 if(count($matches)) 
    1091                         return $body; 
    1092  
     1085        function replace_links($body) 
     1086        { 
    10931087                // Domains and IPs addresses found in the text and which is not a link yet should be replaced by one. 
    10941088                // See more informations in www.iana.org 
Note: See TracChangeset for help on using the changeset viewer.