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_sql.inc.php

    r3608 r3966  
    569569                                $this->set_title(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('title')))); 
    570570                                $this->set_description(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('description')))); 
     571                                $this->set_attachment(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('attachment')))); 
    571572                                $this->set_ex_participants(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('ex_participants')))); 
    572573                                $this->add_attribute('uid',$GLOBALS['phpgw']->strip_html($this->stream->f('uid'))); 
     
    976977                                        . "title='".$this->stream->db_addslashes($event['title'])."', " 
    977978                                        . "description='".$this->stream->db_addslashes($event['description'])."', " 
     979                                        . "attachment='".$this->stream->db_addslashes(serialize($event['attachment']))."', " 
    978980                                        . "ex_participants='".$this->stream->db_addslashes($event['ex_participants'])."', " 
    979981                                        . "location='".$this->stream->db_addslashes($event['location'])."', " 
Note: See TracChangeset for help on using the changeset viewer.