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