[Devel] r185 - trunk
svn at agendadulibre.org
svn at agendadulibre.org
Sam 9 Sep 22:31:55 CEST 2006
Author: thomas
Date: Sat Sep 9 22:31:55 2006
New Revision: 185
Modified:
trunk/map.php
Log:
* map.php:
- Correctifs mineurs du dernier commit. Ça devrait maintenant
fonctionner correctement.
Modified: trunk/map.php
==============================================================================
--- trunk/map.php (original)
+++ trunk/map.php Sat Sep 9 22:31:55 2006
@@ -46,7 +46,7 @@
echo "<b>" . $region->name . "</b><br/> ";
- echo "<a href=\"rss.php?region=" . $region->id) . "\"><i>rss</i></a> - \n";
+ echo "<a href=\"rss.php?region=" . $region->id . "\"><i>rss</i></a> - \n";
echo "<a href=\"ical.php?region=" . $region->id . "\"><i>ical</i></a>\n";
echo "</dt>\n";
@@ -72,9 +72,9 @@
$end_time_str = strftime ("%A %d %B", date_mysql2timestamp ($event->end_time));
if ($start_time_str != $end_time_str)
- echo "<li><i>" . $start_time_str . " au " . $end_time_str . "</i> <a href=\"showevent.php?id=" . $event->id) . "\">" . $event->title . "</a> à " . $event->city . "</li>";
+ echo "<li><i>" . $start_time_str . " au " . $end_time_str . "</i> <a href=\"showevent.php?id=" . $event->id . "\">" . $event->title . "</a> à " . $event->city . "</li>";
else
- echo "<li><i>" . $start_time_str . "</i> <a href=\"showevent.php?id=" . $event->id) . "\">" . $event->title . "</a> à " . $event->city . "</li>";
+ echo "<li><i>" . $start_time_str . "</i> <a href=\"showevent.php?id=" . $event->id . "\">" . $event->title . "</a> à " . $event->city . "</li>";
}
echo " </ul>\n";
More information about the Devel
mailing list