From c60246816752a18ba37b8f3508799acd17686b30 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 2 Jan 2009 07:12:12 +0000 Subject: add download event to event popup --- default_config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default_config.php') 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. -- cgit v1.2.3