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. --- day.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index b4ba33b..a34faff 100644 --- a/day.php +++ b/day.php @@ -106,13 +106,14 @@ if (is_array($master_array[($getdate)])) { echo ''."\n"; echo ''."\n"; foreach($master_array[($getdate)]['-1'] as $allday) { - $event_text = stripslashes(urldecode($allday['event_text'])); - $description = addslashes(urlencode($allday['description'])); - $event_text2 = rawurlencode(addslashes($allday['event_text'])); + $event_text = stripslashes(urldecode($allday['event_text'])); + $description = addslashes(urlencode($allday['description'])); + $event_text2 = rawurlencode(addslashes($allday['event_text'])); + $status = $allday['status']; $event_start = ''; $event_end = ''; echo ''."\n"; - echo ''."\n"; + echo ''."\n"; echo ''."\n"; } echo '
'.$event_text.''.$event_text.'
'."\n"; @@ -246,6 +247,7 @@ if (is_array($master_array[($getdate)])) { $event_start = date ($timeFormat, $event_start); $event_end = date ($timeFormat, $event_end); $calendar_name2 = rawurlencode(addslashes($calendar_name)); + $status = $this_time_arr[($event_length[$i]['key'])]['status']; echo ''."\n"; echo ''."\n"; echo ''."\n"; @@ -255,7 +257,7 @@ if (is_array($master_array[($getdate)])) { echo ''."\n"; -- cgit v1.2.3
'."\n"; echo ''."\n"; echo ''."\n"; - echo ''."\n"; + echo ''."\n"; echo ''."\n"; echo '
'.$event_text.''.$event_text.'
'."\n"; echo '