1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-12 04:15:06 +02:00

* InfoLog/CalDAV: fixed initial sync of more then 60 contacts created doublicates (no REPORT filters were used)

This commit is contained in:
Ralf Becker
2013-04-04 15:12:33 +00:00
parent 983c1e358d
commit 051c724e37

@ -308,7 +308,7 @@ class infolog_groupdav extends groupdav_handler
* @param int &$nresult on return limit for number or results or unchanged/null * @param int &$nresult on return limit for number or results or unchanged/null
* @return boolean true if filter could be processed * @return boolean true if filter could be processed
*/ */
function _report_filters($options,&$filters,$id, &$nresults) function _report_filters($options,&$cal_filters,$id, &$nresults)
{ {
if ($options['filters']) if ($options['filters'])
{ {