From e011a492eaf2d6595e7454aa11ba5b9a55745d04 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 30 Oct 2005 07:34:35 +0000 Subject: fix date for rss_ link --- rss/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss') diff --git a/rss/rss.php b/rss/rss.php index 37dd182..c622745 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -134,7 +134,7 @@ $i = 0; #day counter $rss_title = htmlspecialchars ("$dayofweek: $event_text"); - $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$getdate&cal=$cal&cpath=$cpath"); + $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$thisdate&cal=$cal&cpath=$cpath"); if ($description == '') $description = $event_text; $rss_description = htmlspecialchars ("$dayofweek $event_start: $description"); -- cgit v1.2.3