aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-11-02 08:06:03 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-11-02 08:06:03 +0000
commit09643a5841c1cec29871e0b4d1eb4d6e10108a4b (patch)
tree9bc24cf07a31141ef3f172d2b7cf4128e3859b8d /functions/init.inc.php
parent956548beab93780c028f79ce0c75d06093306f19 (diff)
downloadphpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.tar.gz
phpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.tar.bz2
phpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.zip
bug fix for repeating events where first day of month is same as repeat day
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 83b540e..c554f81 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -13,6 +13,7 @@ $ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
// Pull in the configuration and some functions.
if (!defined('BASE')) define('BASE', './');
+include_once(BASE.'default_config.inc.php');
include_once(BASE.'config.inc.php');
$cookie_name = 'phpicalendar_'.basename($default_path);

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