Ignore:
Timestamp:
05/04/11 17:11:07 (13 years ago)
Author:
brunocosta
Message:

Ticket #1802 - Opção nos agendamentos para enviar notificações como dono.

File:
1 edited

Legend:

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

    r4147 r4217  
    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'])."', " 
     989                                        . 'notifications_owner='.(int)$event['notifications_owner'].',' 
    988990                                        . "attachment='".$this->stream->db_addslashes($sattach)."', " 
    989991                                        . "alter_by='".$this->stream->db_addslashes($GLOBALS['phpgw_info']['user']['fullname'])."', " 
Note: See TracChangeset for help on using the changeset viewer.