aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.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 'week.php')
-rw-r--r--week.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/week.php b/week.php
index d1b68cf..e9f004d 100644
--- a/week.php
+++ b/week.php
@@ -1,8 +1,10 @@
-<? include "ical_parser.php";
+<?
+$current_view = "week";
+include("ical_parser.php");
//might not need this, depending on implimentation, doesn't work correctly in current form anyway
//setcookie("last_view", "week");
-$current_view = "week";
+
ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2);
$this_day = $day_array2[3];

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