Ignore:
Timestamp:
01/28/13 14:30:29 (11 years ago)
Author:
acoutinho
Message:

Ticket #3326 - Erro na criacao de .ics de tarefas impossibilitando a edicao de tarefas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/iCal.php

    r7792 r7796  
    201201                $eTime->setTimezone($apTimezoneOBJ); 
    202202 
    203                 $vevent->setProperty('dtstamp', array('timestamp' => ($v['dtstamp'] / 1000) )); 
     203                $todo->setProperty('dtstamp', array('timestamp' => ($v['dtstamp'] / 1000) )); 
    204204 
    205205                if (isset($v['allDay']) && $v['allDay'] == 1) { 
     
    353353            $todo->setProperty('status', $this->_getStatusTodo($v['status'])); 
    354354 
    355             $vevent->setProperty('dtstamp', array('timestamp' => ($v['dtstamp'] / 1000) )); 
     355            $todo->setProperty('dtstamp', array('timestamp' => ($v['dtstamp'] / 1000) )); 
    356356 
    357357            $timezone = new DateTimeZone('UTC'); 
Note: See TracChangeset for help on using the changeset viewer.