mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
fix for xmlrpc problem with recuring event reported on the list and confirmed by conny: the recuring events were using the wrong date-format (timestamp instead iso8601)
This commit is contained in:
parent
9d825d1487
commit
5e3990cea3
@ -398,7 +398,7 @@ class bocal
|
||||
}
|
||||
if (count($recur_ids))
|
||||
{
|
||||
$events = array_merge($this->read($recur_ids),$events);
|
||||
$events = array_merge($this->read($recur_ids,null,false,$params['date_format']),$events);
|
||||
}
|
||||
}
|
||||
if ($this->debug && ($this->debug > 0 || $this->debug == 'search'))
|
||||
|
Loading…
Reference in New Issue
Block a user