mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Process infolog start date as a timestamp, instead of just date
This commit is contained in:
parent
7eb3973dda
commit
6745742387
@ -25,8 +25,8 @@ class infolog_egw_record implements importexport_iface_egw_record
|
||||
// Used in conversions
|
||||
static $types = array(
|
||||
'select-account' => array('info_owner','info_responsible','modifier'),
|
||||
'date-time' => array('info_datecompleted', 'info_datemodified','created','last_event','next_event'),
|
||||
'date' => array('info_startdate', 'info_enddate'),
|
||||
'date-time' => array('info_startdate', 'info_datecompleted', 'info_datemodified','created','last_event','next_event'),
|
||||
'date' => array('info_enddate'),
|
||||
'select-cat' => array('info_cat', 'cat_id'),
|
||||
'links' => array('info_link_id'),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user