mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +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
db4bdb7f74
commit
2e6629a548
@ -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