[Devel] r305 - branches/dui

svn at agendadulibre.org svn at agendadulibre.org
Dim 21 Oct 17:27:42 CEST 2007


Author: ldayot
Date: Sun Oct 21 17:26:35 2007
New Revision: 305

Log:
Selection de calendriers ical suivant les tags et autres filtres.



Modified:
   branches/dui/ical.php

Modified: branches/dui/ical.php
==============================================================================
--- branches/dui/ical.php	(original)
+++ branches/dui/ical.php	Sun Oct 21 17:26:35 2007
@@ -36,11 +36,11 @@
 
 function ical_start_calendar ($region, $tag)
 {
-  global $adl_short_title, $adl_subtitle;
+  global $adl_short_title, $adl_subtitle, $adl_url;
 
   echo "BEGIN:VCALENDAR\n";
   echo "VERSION:2.0\n";
-  echo "PRODID:-//AgendaDuLibre.org\n";
+  echo "PRODID:-//$adl_url\n";
   echo "X-WR-CALNAME:$adl_short_title";
   if ($region != "all")
     echo utf8_encode(" - région ") . $region;


Plus d'informations sur la liste de diffusion Devel