aboutsummaryrefslogtreecommitdiffstats
path: root/ical_parser.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-18 01:50:18 +0000
committerjwangen <jwangen>2002-09-18 01:50:18 +0000
commitf93ed0634f4b2a17270f17006d93d8c4755099eb (patch)
tree8932f2a2c55d2bf7c2b191412567cc5446f2479a /ical_parser.php
parent7cd0e45176edea36122292c7976866e81f79c020 (diff)
downloadphpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.gz
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.tar.bz2
phpicalendar-f93ed0634f4b2a17270f17006d93d8c4755099eb.zip
Added real config values.
Added init.inc.php Added dropdown menu to day. Uses Cookies and works in IE. Modified list_icals.php to create the dropdown.
Diffstat (limited to 'ical_parser.php')
-rw-r--r--ical_parser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ical_parser.php b/ical_parser.php
index 3a60a5b..b28dff9 100644
--- a/ical_parser.php
+++ b/ical_parser.php
@@ -1,7 +1,7 @@
<?
-include "config.inc.php";
-include "functions/date_add.php";
+include "./init.inc.php";
+include "./functions/date_add.php";
$day_array = array ("0700", "0730", "0800", "0830", "0900", "0930", "1000", "1030", "1100", "1130", "1200", "1230", "1300", "1330", "1400", "1430", "1500", "1530", "1600", "1630", "1700", "1730", "1800", "1830", "1900", "1930", "2000", "2030", "2100", "2130", "2200", "2230", "2300", "2330");

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