Ignore:
Timestamp:
03/23/12 16:39:10 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Implementada funcionalidade de criacao de agenda para contas compartilhadas e imposicao de agendas

File:
1 edited

Legend:

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

    r5780 r5804  
    400400                                        $mail['body'] = parseTPL::load_tpl( $data ,ROOTPATH.'/modules/calendar/templates/'.$tpl.'.tpl'); 
    401401                                        $mail['subject'] = parseTPL::load_tpl( $subject ,ROOTPATH.'/modules/calendar/templates/notify_subject.tpl');; 
    402                                         $mail['from'] = Config::me('mail');   
     402                                        $mail['from'] = '"'.Config::me('cn').'" <'.Config::me('mail').'>';  
    403403                                        $mail['to'] = $organizerMail; 
    404404  
Note: See TracChangeset for help on using the changeset viewer.