This commit is contained in:
xdrm-brackets 2017-09-12 23:13:58 +02:00
parent 0074227b71
commit 8e8bcaecdd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
=========================================================*/
foreach($this->config->getDiplomes() as $d_id=>$d_name){
file_put_contents(__ROOT__."/tmp/$d_id.ics", "BEGIN:VCALENDAR\nVERSION:2.0\nMETHOD:PUBLISH\nX-WR-CALNAME: UPPA $d_name");
file_put_contents(__ROOT__."/tmp/$d_id.ics", "BEGIN:VCALENDAR\nVERSION:2.0\nMETHOD:PUBLISH\nX-WR-CALNAME: UPPA $d_name\n");
/* (1) Browse each date
---------------------------------------------------------*/