fixed slowsync

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

View File

@ -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;
}