From 77e0833ddd20afc10957d38ee2c954c221ac3de8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 23 Nov 2005 07:51:01 +0000 Subject: changes to fix bugs in handling webcals --- rss/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss/rss.php') diff --git a/rss/rss.php b/rss/rss.php index 2f147d8..9883557 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -95,7 +95,7 @@ if ($enable_rss != 'yes') { //Note that this depends on other modifications I've made to //allow phpicalendar to use calendar subdirectories - see bbs -$cal_displayname = str_replace("32", " ", $cal); +$cal_displayname = getCalendarName(urldecode($cal)); if ($cal == $ALL_CALENDARS_COMBINED) { $temp = explode("/",$calendar_path); $cal_displayname = str_replace("32"," ",ucfirst(array_pop($temp))); -- cgit v1.2.3