Ignore:
Timestamp:
01/25/12 10:40:38 (12 years ago)
Author:
douglas
Message:

Ticket #2464 - traduções de strings no parser de e-mail para agendamentos externos

File:
1 edited

Legend:

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

    r5412 r5420  
    16321632                                   ' <br /> <b>'.$this->functions->getLang('Title').': </b>'.$ical['summary']['value']. 
    16331633                                   ' <br /> <b>'.$this->functions->getLang('Location').': </b>'.$ical['location']['value']. 
    1634                                    ' <br /> <b>'.$this->functions->getLang('Details').': </b>'. str_replace('\n','<br />',nl2br($ical['description']['value'])); 
     1634                                   ' <br /> <b>'.$this->functions->getLang('Details').': </b>'. str_ireplace('\n','<br />',nl2br($ical['description']['value'])); 
    16351635                        $content.= ' <br /> <b>'.$this->functions->getLang('Start') . ':  </b>' . $ical['dtstart']['value']['day'] . "/" . $ical['dtstart']['value']['month']  . "/" . $ical['dtstart']['value']['year']  . " - " . $ical['dtstart']['value']['hour']  . ":" . $ical['dtstart']['value']['min'] ; 
    16361636                        $content.= ' <br /> <b>'.$this->functions->getLang('End') . ': </b>' . $ical['dtend']['value']['day'] . "/" . $ical['dtend']['value']['month']  . "/" . $ical['dtend']['value']['year']  . " - " . $ical['dtend']['value']['hour']  . ":" . $ical['dtend']['value']['min'] ; 
Note: See TracChangeset for help on using the changeset viewer.