From d1ce09300e099269e6c0e784cf42c262a40036b9 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sat, 3 Jan 2009 07:26:20 +0000 Subject: fix mising phpiCal_config global in rss2.0.php --- rss/rss2.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss') diff --git a/rss/rss2.0.php b/rss/rss2.0.php index f80dbee..7e37ec3 100644 --- a/rss/rss2.0.php +++ b/rss/rss2.0.php @@ -24,7 +24,7 @@ define('BASE', '../'); require(BASE.'rss/rss_common.php'); function rss_top(){ - global $cal_displayname, $theview, $default_path, $cpath, $lang, $rss_link, $rss_language; + global $cal_displayname, $theview, $phpiCal_config, $cpath, $lang, $rss_link, $rss_language; $rss = ""."\n"; /* Use 2.0 and strip encoding, use rss_language */ -- cgit v1.2.3