Ignore:
Timestamp:
04/11/11 15:57:01 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1607 - Incluir um campo Observações na Agenda

File:
1 edited

Legend:

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

    r3966 r3976  
    369369                        $this->cal->set_description($description); 
    370370                } 
     371 
     372                function set_observations($observations='') 
     373                { 
     374                    $this->cal->set_observations($observations); 
     375                } 
     376 
    371377                function set_attachment($attachment='') 
    372378                { 
    373379                        $this->cal->set_attachment($attachment); 
    374380                } 
     381 
    375382                function set_ex_participants($ex_participants='') 
    376383                { 
Note: See TracChangeset for help on using the changeset viewer.