Changeset 5528
- Timestamp:
- 02/17/12 14:52:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/services/iCal.php
r5523 r5528 559 559 /* Definindo Description */ 560 560 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'); 562 562 563 563 /* Definindo location */
Note: See TracChangeset
for help on using the changeset viewer.