aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrss/rss1.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss1.0.php b/rss/rss1.0.php
index 813b368..665200e 100755
--- a/rss/rss1.0.php
+++ b/rss/rss1.0.php
@@ -9,7 +9,7 @@ J. Hu 12/10/2008
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 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n";
/* Use 1.0 and strip encoding, use rss_language */

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