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 --- README | 5 +++++ config.inc.php | 2 +- rss/rss2.0.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 1602ffe..4ffc982 100644 --- a/README +++ b/README @@ -88,6 +88,11 @@ COPYING for more information about our license. Changes: -------- +2.31 Fix events ending at midnight bug in day view + Fix publish.php for 2.3 config system + add option to hide location in month view + add option to make individual events downloadable from event view + 2.3 Major changes to recurrence handling Added more languages Added login to month view diff --git a/config.inc.php b/config.inc.php index f99799c..b5ba5ee 100644 --- a/config.inc.php +++ b/config.inc.php @@ -50,7 +50,7 @@ phpicalendar currently supports about 30 language variants. For a list of suppo # 'language' => 'Spanish', # 'default_cal' => 'US Holidays', // Exact filename of calendar without .ics. -# 'template' => 'green'; // Template support: change this to have a different "skin" for your installation. +# 'template' => 'green', // Template support: change this to have a different "skin" for your installation. # 'default_view' => 'year', // Default view for calendars' => 'day', 'week', 'month', 'year' # 'printview_default' => 'yes', // Set print view as the default view. Uses'default_view (listed above). # 'gridLength' => 10, // Grid size in day and week views. Allowed values are 1,2,3,4,10,12,15,20,30,60. Default is 15 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