From ac1b58f573dbf1ee088528f1e232ca6e04cfa76a Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 10 Mar 2003 19:48:22 +0000 Subject: Support for displaying event STATUS in the java pop-up. --- includes/event.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'includes') diff --git a/includes/event.php b/includes/event.php index 7a685fa..bccce01 100644 --- a/includes/event.php +++ b/includes/event.php @@ -28,6 +28,11 @@ if (isset($HTTP_GET_VARS['end']) && ($HTTP_GET_VARS['end'] !== '') ) { } else { $end = ''; } +if (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'] !== '') ) { + $status = $HTTP_GET_VARS['status']; +} else { + $status = ''; +} $event = rawurldecode($event); $event = stripslashes($event); @@ -80,6 +85,14 @@ $calendar_name2 = str_replace('\\', '', $calendar_name2); '\0', $description); ?> + + + +  + + + + -- cgit v1.2.3