fixed slowsync

This commit is contained in:
Lars Kneschke 2006-06-01 16:27:49 +00:00
parent fcbe2e5dd5
commit 3bbd54e12d

View File

@ -103,7 +103,7 @@
} }
function searchVTODO($_vcalData) { function searchVTODO($_vcalData) {
if(!$egwData = $this->vtodotoegw($_calData)) { if(!$egwData = $this->vtodotoegw($_vcalData)) {
return false; return false;
} }