Changeset 5731
- Timestamp:
- 03/15/12 12:06:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/calendar/interceptors/DBMapping.php
r5729 r5731 931 931 /////////////////////////////////////////////////////////////////////////// 932 932 933 //Cria ção do E-mail933 //Criação do E-mail 934 934 $mail = array(); 935 935 $mail['isHtml'] = true; … … 949 949 950 950 //TODO: Internacionalização do Subject 951 $mail['subject'] = 'Schedulable o 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'); 952 952 $mail['from'] = $organizer['mail']; 953 953 $mail['to'] = $att[$i]['mail'];
Note: See TracChangeset
for help on using the changeset viewer.