mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fix for slowsync and ical import
This commit is contained in:
parent
21cf2cf00e
commit
42b0097681
@ -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