aboutsummaryrefslogtreecommitdiffstats
path: root/preferences.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 /preferences.php
parentd06e6031b26322c5a5bca8cdfdbad196e5ebf002 (diff)
downloadphpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.tar.gz
phpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.tar.bz2
phpicalendar-88c00c20e642043675459659e7d3266fbc6fb1ec.zip
Updated to $_GET
Diffstat (limited to 'preferences.php')
-rw-r--r--preferences.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/preferences.php b/preferences.php
index 7ed6c13..41c0745 100644
--- a/preferences.php
+++ b/preferences.php
@@ -14,8 +14,8 @@ $current_view = "preferences";
$back_page = BASE.$default_view.'.php?cal='.$cal.'&amp;getdate='.$getdate;
if ($allow_preferences == 'no') header("Location: $back_page");
-if (isset($HTTP_GET_VARS['action'])) {
- $action = $HTTP_GET_VARS['action'];
+if (isset($_GET['action'])) {
+ $action = $_GET['action'];
} else {
$action = '';
}

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