Ignore:
Timestamp:
05/10/11 15:42:04 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Opcao nos agendamentos para enviar notificacoes como dono - r4217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/calendar/inc/class.socalendar_sql.inc.php

    r4147 r4316  
    570570                                $this->set_description(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('description')))); 
    571571                                $this->set_observations(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('observations')))); 
     572                                $this->set_notifications_owner(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('notifications_owner')))); 
    572573                                $this->set_alter_by(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('alter_by')))); 
    573574                                $this->set_attachment(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('attachment')))); 
     
    986987                                        . "description='".$this->stream->db_addslashes($event['description'])."', " 
    987988                                        . "observations='".$this->stream->db_addslashes($event['observations'])."', " 
    988                                         . "attachment='".$this->stream->db_addslashes($sattach)."', " 
     989                    . 'notifications_owner='.(int)$event['notifications_owner'].',' 
     990                                        . "attachment='".$this->stream->db_addslashes($sattach)."', " 
    989991                                        . "alter_by='".$this->stream->db_addslashes($GLOBALS['phpgw_info']['user']['fullname'])."', " 
    990992                                        . "ex_participants='".$this->stream->db_addslashes($event['ex_participants'])."', " 
Note: See TracChangeset for help on using the changeset viewer.