Ignore:
Timestamp:
11/03/11 13:21:19 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo calendar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.socalendar__.inc.php

    r4321 r5132  
    102102                } 
    103103 
    104                 function set_observations($observations='') 
    105                 { 
    106                     $this->add_attribute('observations',$observations); 
    107                 } 
    108  
    109                 function set_notifications_owner($notifications_owner='')  
    110                 {  
    111                 $this->add_attribute('notifications_owner',$notifications_owner);  
    112             }  
    113                  
    114                 function set_alter_by($alter_by='') 
    115                 { 
    116                     $this->add_attribute('alter_by',$alter_by); 
    117                 } 
    118  
    119                 function set_attachment($attachment='') 
    120                 { 
    121                         $this->add_attribute('attachment',$attachment); 
    122                 } 
    123  
    124104                function set_ex_participants($ex_participants='') 
    125105                { 
Note: See TracChangeset for help on using the changeset viewer.