From 60f9dc225d173b598d3e5c88d773930034969d61 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 21 Oct 2001 13:30:40 +0000 Subject: [PATCH] Fix for not getting the proper info for the set_action page. --- calendar/inc/class.uicalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index e52cbb5a20..79fc41fa36 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -866,7 +866,7 @@ ) ); - $event = $this->bo->read_entry($HTTP_GET_VARS['cal_id']); + $event = $this->bo->read_entry($GLOBALS['HTTP_GET_VARS']['cal_id']); echo $this->view_event($event); echo $this->get_response($event['id']);