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

    r3968 r3976  
    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_observations(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('observations')))); 
    571572                                $this->set_alter_by(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('alter_by')))); 
    572573                                $this->set_attachment(stripslashes($GLOBALS['phpgw']->strip_html($this->stream->f('attachment')))); 
     
    978979                                        . "title='".$this->stream->db_addslashes($event['title'])."', " 
    979980                                        . "description='".$this->stream->db_addslashes($event['description'])."', " 
     981                                        . "observations='".$this->stream->db_addslashes($event['observations'])."', " 
    980982                                        . "attachment='".$this->stream->db_addslashes(serialize($event['attachment']))."', " 
    981983                                        . "alter_by='".$this->stream->db_addslashes($GLOBALS['phpgw_info']['user']['fullname'])."', " 
Note: See TracChangeset for help on using the changeset viewer.