mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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
|
||||
// no standard time-range!
|
||||
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;
|
||||
case 'sync-level':
|
||||
if ($option['data'] != '1')
|
||||
|
Loading…
Reference in New Issue
Block a user