Changeset 1270


Ignore:
Timestamp:
08/04/09 16:23:27 (15 years ago)
Author:
amuller
Message:

Ticket #559 - Adição de evento do calendário, com caminho absoluto

File:
1 edited

Legend:

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

    r1264 r1270  
    10081008                preg_match_all($dirtyCodePattern,$body,$rest,PREG_PATTERN_ORDER); 
    10091009                foreach($rest[0] as $i => $val) 
    1010                         if (!(preg_match("/javascript:window\.open\(\"\/index\.php\?menuaction=calendar\.uicalendar\.set_action\&cal_id=([^;'\"]+);?['\"]/i",$rest[1][$i]) && strtoupper($rest[4][$i]) == "CLICK" )) //Calendar events 
     1010                        if (!(preg_match("/javascript:window\.open\(\"([^'\"]*)\/index\.php\?menuaction=calendar\.uicalendar\.set_action\&cal_id=([^;'\"]+);?['\"]/i",$rest[1][$i]) && strtoupper($rest[4][$i]) == "CLICK" )) //Calendar events 
    10111011                        $body = str_replace($rest[1][$i],"<".$rest[2][$i].$rest[3][$i].$rest[7][$i].">",$body); 
    10121012 
Note: See TracChangeset for help on using the changeset viewer.