aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-10-30 07:34:35 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-10-30 07:34:35 +0000
commite011a492eaf2d6595e7454aa11ba5b9a55745d04 (patch)
tree1c34099e013931373689e110c9a8a7064dc11ad2 /rss
parent65f209f95fc6feef74be3456455fb07e08664ed3 (diff)
downloadphpicalendar-e011a492eaf2d6595e7454aa11ba5b9a55745d04.tar.gz
phpicalendar-e011a492eaf2d6595e7454aa11ba5b9a55745d04.tar.bz2
phpicalendar-e011a492eaf2d6595e7454aa11ba5b9a55745d04.zip
fix date for rss_ link
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
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");

© 2014-2024 Faster IT GmbH | imprint | privacy policy