Browse Source

updated TODO

master
n0m1s 10 years ago
parent
commit
6300c86a1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      export.php

+ 1
- 1
export.php View File

@ -30,7 +30,7 @@ foreach($events as $event)
echo('SUMMARY:'.$event['titre'].$eol); echo('SUMMARY:'.$event['titre'].$eol);
echo('DESCRIPTION:'.$event['description'].$eol); echo('DESCRIPTION:'.$event['description'].$eol);
echo('LOCATION:'.$event['localisation'].$eol); echo('LOCATION:'.$event['localisation'].$eol);
echo('CATEGORIES:'/*TODO*/.$eol);
echo('CATEGORIES:'/*TODO: insert category of the event*/.$eol);
echo('END:VEVENT'.$eol); echo('END:VEVENT'.$eol);
} }


Loading…
Cancel
Save