aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
commitd1ce09300e099269e6c0e784cf42c262a40036b9 (patch)
tree91cfc87baabc11b03d0ceea8c2e4ef9adcb1b93a
parentab3df3da116a52e1eaeb8e62ce3e0a93c3e35189 (diff)
downloadphpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.gz
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.bz2
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.zip
fix mising phpiCal_config global in rss2.0.php
-rw-r--r--README5
-rw-r--r--config.inc.php2
-rw-r--r--rss/rss2.0.php2
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 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n";
/* Use 2.0 and strip encoding, use rss_language */

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