Changeset 5528


Ignore:
Timestamp:
02/17/12 14:52:04 (12 years ago)
Author:
cristiano
Message:

Ticket #2434 - trocar \t string vindo do outlook para um tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/iCal.php

    r5523 r5528  
    559559            /* Definindo Description */ 
    560560                if($desc = $component->getProperty( 'description' , false , false )) 
    561                     $schedulable['description'] = mb_convert_encoding (str_ireplace ('\n', "\n", $desc) ,'UTF-8' , 'UTF-8,ISO-8859-1'); 
     561                    $schedulable['description'] = mb_convert_encoding (str_ireplace (array('\n','\t'), array("\n","\t"), $desc) ,'UTF-8' , 'UTF-8,ISO-8859-1'); 
    562562 
    563563             /* Definindo location */ 
Note: See TracChangeset for help on using the changeset viewer.