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 --- print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.php') diff --git a/print.php b/print.php index 66f6bcc..1bc96da 100644 --- a/print.php +++ b/print.php @@ -9,7 +9,7 @@ header("Content-Type: text/html; charset=$charset"); $start_week_time = strtotime(dateOfWeek($getdate, $week_start_day)); $end_week_time = $start_week_time + (6 * 25 * 60 * 60); $parse_month = date ("Ym", strtotime($getdate)); -$printview = $HTTP_GET_VARS['printview']; +$printview = $_GET['printview']; $cal_displayname = str_replace("32", " ", $cal); $events_week = 0; $unix_time = strtotime($getdate); -- cgit v1.2.3