aboutsummaryrefslogtreecommitdiffstats
path: root/default_config.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-02 07:12:12 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-02 07:12:12 +0000
commitc60246816752a18ba37b8f3508799acd17686b30 (patch)
treeb010ee90fb0b568bd3a84f4f4c52b18b80d0645a /default_config.php
parent281d63eedb805ec330a5572b85f48896981fca16 (diff)
downloadphpicalendar-c60246816752a18ba37b8f3508799acd17686b30.tar.gz
phpicalendar-c60246816752a18ba37b8f3508799acd17686b30.tar.bz2
phpicalendar-c60246816752a18ba37b8f3508799acd17686b30.zip
add download event to event popup
Diffstat (limited to 'default_config.php')
-rw-r--r--default_config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/default_config.php b/default_config.php
index 18c44bd..7c69307 100644
--- a/default_config.php
+++ b/default_config.php
@@ -2,7 +2,7 @@
class Configs{
private static $instance;
private function __construct(){
- $this->phpicalendar_version = '2.31rc2';
+ $this->phpicalendar_version = '2.31rc3';
// Configuration file for PHP iCalendar 2.25rc1
//
// To set values, change the text between the single quotes
@@ -47,6 +47,7 @@ class Configs{
$this->printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $this->default_view (listed well above).
$this->show_todos = 'yes'; // Show your todo list on the side of day and week view.
$this->show_completed = 'yes'; // Show completed todos on your todo list.
+ $this->event_download = 'no'; // Show completed todos on your todo list.
$this->allow_login = 'no'; // Set to yes to prompt for login to unlock calendars.
$this->login_cookies = 'no'; // Set to yes to store authentication information via (unencrypted) cookies. Set to no to use sessions.
$this->support_ical = 'no'; // Set to yes to support the Apple iCal calendar database structure.

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