From 19cac1259321933ee407ed6b077ef3d2aa9e9e58 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 19 Nov 2003 07:54:09 +0000 Subject: Checked in a new popup system. Also added calname to calendar for popup reference. --- day.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index 8d4352d..4fcfeae 100644 --- a/day.php +++ b/day.php @@ -90,10 +90,11 @@ include (BASE.'includes/header.inc.php'); foreach($master_array[($getdate)]['-1'] as $allday) { echo "\n"; $event_calno = $allday['calnumber']; + $event_calna = $allday['calname']; if ($event_calno < 1) $event_calno=1; if ($event_calno > 7) $event_calno=7; echo ''; - openevent("$calendar_name", + openevent("$event_calna", "", "", $allday, @@ -252,9 +253,8 @@ include (BASE.'includes/header.inc.php'); echo ''."\n"; echo ''."\n"; echo '
'; - // Todo: keep track of where the event comes from, and indicate that to openevent instead of $ALL_CALENDARS_COMBINED - if ($cal == $ALL_CALENDARS_COMBINED) $calendar_name2=$cal; else $calendar_name2=$calendar_name; - openevent("$calendar_name2", + $event_calna = $this_time_arr[($event_length[$i]['key'])]['calname']; + openevent("$event_calna", "$event_start", "$event_end", $this_time_arr[($event_length[$i]['key'])], -- cgit v1.2.3