aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-03 05:41:40 +0000
committerjwangen <jwangen>2002-10-03 05:41:40 +0000
commitb1563901b07c57d0957a760296c12431637c2bb0 (patch)
treee95801a3b379bb103c4f0b9a52a8e529c26aa0a2 /week.php
parentb89e74abfa385495d22f36aeed4c83e3f962a3d6 (diff)
downloadphpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.tar.gz
phpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.tar.bz2
phpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.zip
Moved init.inc.php and ical_parser into the functions directory
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index 88255e1..5bb26ff 100644
--- a/week.php
+++ b/week.php
@@ -1,7 +1,7 @@
<?php
$current_view = "week";
-include("./ical_parser.php");
+include("./functions/ical_parser.php");
//if ($use_sessions == "yes") {
// session_start();

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