aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-02 18:43:32 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-02 18:43:32 +0000
commit88c00c20e642043675459659e7d3266fbc6fb1ec (patch)
tree4eeedcb25ca1fc88dd5889a6d47d88872820fd58 /day.php
parentd06e6031b26322c5a5bca8cdfdbad196e5ebf002 (diff)
downloadphpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.tar.gz
phpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.tar.bz2
phpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.zip
Updated to $_GET
Diffstat (limited to 'day.php')
-rw-r--r--day.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/day.php b/day.php
index 2d3f647..f06e8f7 100644
--- a/day.php
+++ b/day.php
@@ -1,6 +1,6 @@
<?php
-if (isset($HTTP_GET_VARS['jumpto_day'])) {
- $jumpto_day_time = strtotime($HTTP_GET_VARS['jumpto_day']);
+if (isset($_GET['jumpto_day'])) {
+ $jumpto_day_time = strtotime($_GET['jumpto_day']);
if ($jumpto_day_time == -1) {
$getdate = date('Ymd', strtotime("now + $second_offset seconds"));
} else {

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