mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
fix for slowsync and ical import
This commit is contained in:
parent
a2dfa0a88c
commit
e953f28306
@ -1009,8 +1009,7 @@
|
||||
unset($event['end']);
|
||||
|
||||
foreach($event as $key => $value) {
|
||||
error_log("$key => $value");
|
||||
if (substr($key,0,6) != 'recur_') {
|
||||
if (substr($key,0,6) != 'recur_' && substr($key,0,5) != 'alarm') {
|
||||
$search['query']['cal_'.$key] = $value;
|
||||
} else {
|
||||
#$search['query'][$key] = $value;
|
||||
|
Loading…
Reference in New Issue
Block a user