aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2007-02-16 06:25:42 +0000
committerJim Hu <jimhu@users.sourceforge.net>2007-02-16 06:25:42 +0000
commit9ad3203bf87da355f14ce1f10815b50386308dee (patch)
tree3af53d8272ce69e1e91953eb85ba2df5ff3a1941 /rss
parent2e26a1297de73ef09a87f9e4e97ed2090a448275 (diff)
downloadphpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.tar.gz
phpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.tar.bz2
phpicalendar-9ad3203bf87da355f14ce1f10815b50386308dee.zip
fixes for 1634128 and allow passing event data via request instead of just post
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/rss/rss.php b/rss/rss.php
index a480465..6062b8f 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -188,7 +188,8 @@ $uid_arr = array();
$rss_title = urldecode ("$dayofweek: $event_text");
- $rss_link = "$default_path/day.php?getdate=$thisdate&amp;cal=$cal";
+ $event_data = serialize($val);
+ $rss_link = "$default_path/event.php?getdate=$thisdate&amp;cal=$cal&amp;event_data=$event_data";
if (isset($cpath) && $cpath !='') $rss_link.="&amp;cpath=$cpath";
$rss_description = htmlspecialchars ("$dayofweek $event_start: $description");

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