1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-26 16:27:47 +01:00

Fix formato iCal

This commit is contained in:
loviuz 2019-10-15 16:47:07 +02:00
parent 1b5756c438
commit 2a7b5042aa

View File

@ -33,7 +33,7 @@ class Sync extends Resource implements RetrieveInterface, UpdateInterface
$result = '';
$result .= "BEGIN:VCALENDAR\n";
$result .= 'VERSION:'.Update::getVersion()."\n";
$result .= "VERSION:2.0\n";
$result .= "PRODID:-// OpenSTAManager\n";
foreach ($rs as $r) {