Ignore:
Timestamp:
04/11/11 09:44:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #189 - Funcionalidade de envio de anexos nas notificações de agendamento.

File:
1 edited

Legend:

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

    r1729 r3966  
    369369                        $this->cal->set_description($description); 
    370370                } 
     371                function set_attachment($attachment='') 
     372                { 
     373                        $this->cal->set_attachment($attachment); 
     374                } 
    371375                function set_ex_participants($ex_participants='') 
    372376                { 
Note: See TracChangeset for help on using the changeset viewer.