From 4e877816ed372faa6106deb71e634e3b250d6896 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Oct 2002 19:21:57 +0000 Subject: This months events are back, minor style sheet tweeks. --- month.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 2af6412..f816a7c 100644 --- a/month.php +++ b/month.php @@ -23,6 +23,7 @@ $first_of_month = $this_year.$this_month."01"; $start_month_day = dateOfWeek($first_of_month, $week_start_day); $thisday2 = localizeDate($dateFormat_week_list, $unix_time); + $num_of_events = 0; ?> @@ -130,6 +131,7 @@ if ($master_array[("$daylink")]) { foreach ($master_array[("$daylink")] as $event_times) { foreach ($event_times as $val) { + $num_of_events++; $event_text = $val["event_text"]; $event_text = strip_tags($event_text, ''); if ($event_text != "") { @@ -160,7 +162,6 @@ echo "\n"; echo "\n"; echo "\n"; - $num_of_events++; } } } -- cgit v1.2.3