Ignore:
Timestamp:
04/11/11 11:14:53 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1596 - Colocar campo que identifique o ultimo usuário que alterou agenda compartilhada

File:
1 edited

Legend:

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

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