Ignore:
Timestamp:
03/15/12 12:06:12 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correacao na codificacao do arquivo DBMapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r5729 r5731  
    931931                                /////////////////////////////////////////////////////////////////////////// 
    932932                 
    933                 //Criação do E-mail 
     933                //Criação do E-mail 
    934934                $mail = array(); 
    935935                $mail['isHtml'] = true;   
     
    949949                 
    950950                //TODO: Internacionalização do Subject 
    951                 $mail['subject'] = 'Schedulableo do Calendário : '.$schedulable['summary'] .' @ '.date_format( $sTime , 'd/m/Y H:i') . ' - ' .  date_format( $eTime , 'd/m/Y H:i'); 
     951                $mail['subject'] = 'Schedulable do Calendário : '.$schedulable['summary'] .' @ '.date_format( $sTime , 'd/m/Y H:i') . ' - ' .  date_format( $eTime , 'd/m/Y H:i'); 
    952952                $mail['from'] =  $organizer['mail']; 
    953953                $mail['to'] = $att[$i]['mail']; 
Note: See TracChangeset for help on using the changeset viewer.