Ignore:
Timestamp:
04/11/11 14:09:50 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #189 - Corrigidas traduções. Adicionada condicional necessária p envio do anexo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/inc/class.bocalendar.inc.php

    r3968 r3973  
    34733473                        //Inicializa variï¿œvel de retorno. 
    34743474                        $returncode=true;                        
    3475                         if(count($mail->to)) {                           
     3475                        if(count($mail->to)) { 
     3476 
     3477                            if(isset($new_event['attachment'])){ 
     3478                                foreach($new_event['attachment'] as $attach){ 
     3479                                    $mail->AddAttachment($attach['tmp_name'], $attach['name'], "base64", $attach['type']); 
     3480                                } 
     3481                            } 
    34763482                                // Envia aviso a todos os participantes. 
    34773483                                if(!$mail->Send()) {                             
Note: See TracChangeset for help on using the changeset viewer.