From 9ad3203bf87da355f14ce1f10815b50386308dee Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 16 Feb 2007 06:25:42 +0000 Subject: fixes for 1634128 and allow passing event data via request instead of just post --- rss/rss.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rss') 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&cal=$cal"; + $event_data = serialize($val); + $rss_link = "$default_path/event.php?getdate=$thisdate&cal=$cal&event_data=$event_data"; if (isset($cpath) && $cpath !='') $rss_link.="&cpath=$cpath"; $rss_description = htmlspecialchars ("$dayofweek $event_start: $description"); -- cgit v1.2.3