Ignore:
Timestamp:
03/05/08 16:23:24 (16 years ago)
Author:
niltonneto
Message:

Ver Ticket #148:

  • Aplicação do patch para o pSync;
  • Tradução no alarme da agenda;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.socalendar_sql.inc.php

    r86 r204  
    607607                                        . $event['category']."')",__LINE__,__FILE__); 
    608608                                $event['id'] = $this->stream->get_last_insert_id('phpgw_cal','cal_id'); 
     609                                $last_status = true; 
    609610                        } 
    610611 
     
    637638                                        . ($event['groups']?"groups='".(count($event['groups'])>1?implode(',',$event['groups']):','.$event['groups'][0].',')."', ":'') 
    638639                                        . 'reference='.(int)$event['reference'].' ' 
     640                                        . ',last_status = '.($last_status ? "'N'" : "'U'").',last_update = '.time()."000". ' ' 
    639641                                        . 'WHERE cal_id='.(int)$event['id']; 
    640642 
Note: See TracChangeset for help on using the changeset viewer.