aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.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 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index cc33e26..3a5fdd4 100644
--- a/month.php
+++ b/month.php
@@ -1,6 +1,6 @@
<?php
$current_view = "month";
- include("./ical_parser.php");
+ include("./functions/ical_parser.php");
//might not need this, depending on implimentation, doesn't work correctly in current form anyway
//setcookie("last_view", "month");

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