Objet : devel-adl
Archives de la liste
- From: svn AT agendadulibre.org
- To: devel AT agendadulibre.org
- Subject: [Devel] r305 - branches/dui
- Date: Sun, 21 Oct 2007 17:27:42 +0200 (CEST)
- List-archive: <http://agendadulibre.org/pipermail/devel>
- List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>
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;
- [Devel] r305 - branches/dui, svn, 21/10/2007
Archives gérées par MHonArc 2.6.16.