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 "<pre>";
#print $vcal->exportvCalendar(); #print $vcal->exportvCalendar();
#print "</pre>"; #print "</pre>";
return $vcal->exportvCalendar(); return $vcal->exportvCalendar();
} }
@ -103,7 +103,7 @@
} }
function searchVTODO($_vcalData) { function searchVTODO($_vcalData) {
if(!$egwData = $this->vtodotoegw($_calData)) { if(!$egwData = $this->vtodotoegw($_vcalData)) {
return false; return false;
} }