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

Ticket #1028 - Removida a expressão que incluia target=_blank no link. Tranferido para o javascript.

File:
1 edited

Legend:

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

    r2427 r2444  
    12001200                if ( count( $matches ) ) 
    12011201                        return $body; 
    1202  
    1203                 // All links should be moderated and they should only have the attribute 'target="blank"'. 
    1204                 $pattern = '/<a[^>]+href=(3D)?["\']([^>"\']+)["\'][^>]*>([^<]*)<\/a>/im'; 
    1205                 $replacement = '<a href="$2" target="_blank">$3</a>'; 
    1206                 $body = preg_replace( $pattern, $replacement, $body ); 
    1207  
    1208                 //file_put_contents( '/tmp/mail', $body ); 
    12091202 
    12101203                // Domains and IPs addresses found in the text and which is not a link yet should be replaced by one. 
Note: See TracChangeset for help on using the changeset viewer.