forked from extern/egroupware
fix: kontact in kde 3.5 looks after endtime
This commit is contained in:
parent
0f9c892d96
commit
c03331ca19
@ -781,8 +781,9 @@
|
||||
function data2xmlrpc($data)
|
||||
{
|
||||
$data['rights'] = $this->so->grants[$data['info_owner']];
|
||||
|
||||
|
||||
// translate timestamps
|
||||
if($data['info_enddate'] == 0) unset($data['info_enddate']);
|
||||
foreach(array('info_startdate','info_enddate','info_datemodified') as $name)
|
||||
{
|
||||
if (isset($data[$name]))
|
||||
|
Loading…
Reference in New Issue
Block a user