From 88c00c20e642043675459659e7d3266fbc6fb1ec Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 2 Sep 2004 18:43:32 +0000 Subject: Updated to $_GET --- preferences.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'preferences.php') 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.'&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 = ''; } -- cgit v1.2.3