aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2005-11-23 07:51:01 +0000
committerJim Hu <jimhu@users.sourceforge.net>2005-11-23 07:51:01 +0000
commit77e0833ddd20afc10957d38ee2c954c221ac3de8 (patch)
tree08bf7a98cc549d127e0039b31e4ebc6f72f606fa /rss/rss.php
parent839214cca1024b8fa61ae3964454e4c421040956 (diff)
downloadphpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.tar.gz
phpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.tar.bz2
phpicalendar-77e0833ddd20afc10957d38ee2c954c221ac3de8.zip
changes to fix bugs in handling webcals
Diffstat (limited to 'rss/rss.php')
-rw-r--r--rss/rss.php2
1 files changed, 1 insertions, 1 deletions
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)));

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