forked from extern/egroupware
fixed slowsync
This commit is contained in:
parent
fcbe2e5dd5
commit
3bbd54e12d
@ -85,7 +85,7 @@
|
||||
#print "<pre>";
|
||||
#print $vcal->exportvCalendar();
|
||||
#print "</pre>";
|
||||
|
||||
|
||||
return $vcal->exportvCalendar();
|
||||
}
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
}
|
||||
|
||||
function searchVTODO($_vcalData) {
|
||||
if(!$egwData = $this->vtodotoegw($_calData)) {
|
||||
if(!$egwData = $this->vtodotoegw($_vcalData)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user