mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
use no end-date / limit into the future, as unchanged entries would never be transferted later on, for sync-collection with empty sync-token
This commit is contained in:
parent
138d16cfa3
commit
0c3d6e167c
@ -416,8 +416,9 @@ class calendar_groupdav extends groupdav_handler
|
|||||||
$cal_filters['order'] = 'cal_modified ASC'; // return oldest modifications first
|
$cal_filters['order'] = 'cal_modified ASC'; // return oldest modifications first
|
||||||
// no standard time-range!
|
// no standard time-range!
|
||||||
unset($cal_filters['start']);
|
unset($cal_filters['start']);
|
||||||
unset($cal_filters['end']);
|
|
||||||
}
|
}
|
||||||
|
// no end-date / limit into the future, as unchanged entries would never be transferted later on
|
||||||
|
unset($cal_filters['end']);
|
||||||
break;
|
break;
|
||||||
case 'sync-level':
|
case 'sync-level':
|
||||||
if ($option['data'] != '1')
|
if ($option['data'] != '1')
|
||||||
|
Loading…
Reference in New Issue
Block a user