aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-21 12:08:33 +0000
committerjwangen <jwangen>2002-09-21 12:08:33 +0000
commitee7898896f015033336c47406993b61f89c214fb (patch)
treebf34ae4c10a482098a5d0d7f8e60f063132fa004 /day.php
parent04d8faf60e5c79550a3b64098603fa1b9ddd24bd (diff)
downloadphpicalendar-ee7898896f015033336c47406993b61f89c214fb.tar.gz
phpicalendar-ee7898896f015033336c47406993b61f89c214fb.tar.bz2
phpicalendar-ee7898896f015033336c47406993b61f89c214fb.zip
ical_parser.php was modified heavily.
Recurring weekly events works pretty well and efficiently Modified the config to *only* have user customizable values and our initializations went into init.inc.php
Diffstat (limited to 'day.php')
-rw-r--r--day.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/day.php b/day.php
index 8b1bf32..da908b2 100644
--- a/day.php
+++ b/day.php
@@ -1,10 +1,11 @@
<?
-include "ical_parser.php";
+$current_view = "day";
+include("./ical_parser.php");
//might not need this, depending on implimentation, doesn't work correctly in current form anyway
//setcookie("last_view", "day");
-$current_view = "day";
+
if ($getdate == (date("Ymd"))) {
$display_date = date ("l, F d");

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