aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 07:01:03 +0000
committerjwangen <jwangen>2002-09-30 07:01:03 +0000
commitc38c6f40424c78f992d37c1e148f028dea190187 (patch)
treee88ff743de42dd8d1861cf1a1ba1cc984a9fd4f0 /day.php
parent32eb0b554df82606ae31a7564a7fb8c3ff8f894a (diff)
downloadphpicalendar-c38c6f40424c78f992d37c1e148f028dea190187.tar.gz
phpicalendar-c38c6f40424c78f992d37c1e148f028dea190187.tar.bz2
phpicalendar-c38c6f40424c78f992d37c1e148f028dea190187.zip
added a jump to custom field
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/day.php b/day.php
index 8e78d2c..5b04bc0 100644
--- a/day.php
+++ b/day.php
@@ -1,8 +1,10 @@
<?php
-
+if (isset($_GET["jumpto_day"])) $getdate = date("Ymd", strtotime($_GET["jumpto_day"]));
$current_view = "day";
include("./ical_parser.php");
+
+
//if ($use_sessions == "yes") {
// session_start();
// if (is_array($aArray)) $master_array = $aArray;

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