From 516a684ad7de69f495bc91ee4e709f2ff5c45d26 Mon Sep 17 00:00:00 2001 From: defacer Date: Thu, 1 Apr 2004 09:27:23 +0000 Subject: [PATCH] In Eloy's notice-finding spirit, I continue by fixing another notice which also (damnation! :) caused the HRs not to be displayed as they should. --- calendar/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/view.php b/calendar/view.php index 3931f616c9..fc3c2d6317 100644 --- a/calendar/view.php +++ b/calendar/view.php @@ -623,7 +623,7 @@ function calendar_show_upcoming_events($courses, $groups, $users, $futuredays, $ } echo ''.$events[$i]->time.''; echo '
'.$events[$i]->description.'
'; - if($i < $lines - 1) { + if($i < $numevents - 1) { echo '
'; } echo '

'; -- 2.39.5