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